FileSystemEntryInfoAlternateFileName Property |
The instance 8.3 version of the filename.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public string AlternateFileName { get; }
Public ReadOnly Property AlternateFileName As String
Get
public:
property String^ AlternateFileName {
String^ get ();
}
member AlternateFileName : string with get
Property Value
Type:
StringRemarks This property is always empty when Basic is used.
See Also