InfoConnect for Airlines VBA Guide
TransferAutoDetectBinaryExtensionList Property
Returns or specifies which file extensions identify files to be transferred as binary files during file transfer using the Auto-Detect transfer type.
Syntax
Object.TransferAutoDetectBinaryExtensionList As String
Remarks
The default value is "exe,com,dll,gif,rbs".

To specify files with no file extension, use "<>".

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, TransferAutoDetectImageLabelsExtensionList, and TransferAutoDetectScanExtensionList.

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

See Also