Programming with Reflection
Xfr8Dot3FilenameCase property
Syntax |
object.Xfr8Dot3FilenameCase |
Data type |
Returns (first syntax line) or specifies (second syntax line) how the names of PC files created in 16-bit applications are displayed in the Transfer dialog box. "8Dot3" describes the limitations of DOS filenamesthe file name can be up to eight characters long, and the file extension can be up to three characters long. For example, Virginia.doc.
The default is rcLowercase.
rcLowercase Display all 8.3 file names in lowercase.
rcPreserveCase Display all 8.3 file names as returned by the file system.
rcUppercase Display all 8.3 file names in uppercase.