Click or drag to resize
FileSystemEntryInfoAlternateFileName Property
Gets the 8.3 version of the filename.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public string AlternateFileName { get; }

Property Value

Type: String
the 8.3 version of the filename.
See Also