InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / TransferAutoDetectImageLabelsExtensionList Property
In This Topic
    TransferAutoDetectImageLabelsExtensionList Property
    In This Topic
    Returns or specifies which file extensions identify files to be transferred between two host computers during file transfer using the Auto-Detect transfer type.
    Syntax
    expression.TransferAutoDetectImageLabelsExtensionList As String
    where expression is a variable that represents a FileTransfer Object
    Remarks
    This type of file transfer preserves host-specific information in the files. The default value is "". Use "<>" to specify files with no file extension. Use commas to separate file extensions included in the string. Do not include periods with the file extensions. The string can be up to 259 characters long.

    To link file extensions to other transfer types, use TransferAutoDetectASCIIExtensionList, TransferAutoDetectBinaryExtensionList, and TransferAutoDetectScanExtensionList.

    To specify the type of transfer to use when a file extension is not linked to any transfer type, use TransferAutoDetectDefaultType.

    See Also