FileIdBothDirectoryInfoShortName Property |
The short 8.3 file naming convention (for example, FILENAME.TXT) name of the file.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public string ShortName { get; set; }
Public Property ShortName As String
Get
Set
public:
property String^ ShortName {
String^ get ();
void set (String^ value);
}
member ShortName : string with get, set
Property Value
Type:
StringSee Also