InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / Xfr8Dot3FilenameCase Property


In This Topic
    Xfr8Dot3FilenameCase Property
    In This Topic
    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
    This exception is thrown when you modify an 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