IFile Property: MSDOSName

Property Name
MSDOSName

Property Type
String

Description
Gets the name of a file or directory in MSDOS (8.3) format.
This property is read-only. 

Example

Dim File As Ifile
Set File = GetObject("NTDS://DomainName/MachineName/file_services/c-drive\documents\Long File Name.doc")
Debug.Print File.MSDOSName 'something like longfi~1.doc

 

See Also: