expression.TransferAutoDetectScanExtensionList As String
where expression is a variable that represents a FileTransfer Object
expression.TransferAutoDetectScanExtensionList As String
FileTransfer.TransferAutoDetectScanExtensionList = "bak,<>"
If you want Reflection to scan all files whose extensions have not been linked to a particular transfer type, use TransferAutoDetectDefaultType.
To link file extensions to other transfer types, use TransferAutoDetectASCIIExtensionList, TransferAutoDetectBinaryExtensionList, and TransferAutoDetectImageLabelsExtensionList.
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.