InfoConnect for Unisys
Xfr8Dot3FilenameCase Property


Returns or specifies how the names of PC files created in 16-bit applications are displayed in the Transfer dialog box.
Syntax
'Declaration
 
Property Xfr8Dot3FilenameCase As FilenameCase8Dot3Option
'Usage
 
Dim instance As IFileTransfer
Dim value As FilenameCase8Dot3Option
 
instance.Xfr8Dot3FilenameCase = value
 
value = instance.Xfr8Dot3FilenameCase
FilenameCase8Dot3Option Xfr8Dot3FilenameCase {get; set;}

Property Value

The default value (LowerCase) displays all 8.3 filenames in lowercase.
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
Remarks
Eight-dot-three describes DOS filenames which contain up to eight characters and have a three-character file extension.
See Also