Programming with Reflection
TransferAutoDetectScanExtensionList property
Syntax |
object.TransferAutoDetectScanExtensionList |
Works with |
|
Data type |
This property affects file transfers using the Auto-Detect transfer feature. It returns (first syntax line) or specifies (second syntax line) extensions for files that you want Reflection to scan to determine an appropriate file transfer type. This example tells Reflection to scan all files with *.bak file extensions as well as all files with no file extension.
Session.TransferAutoDetectScanExtensionList = "bak,<>"
If you want Reflection to scan all files whose extensions have not been linked to a particular transfer type, you can use TransferAutoDetectDefaultType.
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.
Use TransferAutoDetectASCIIExtensionList, TransferAutoDetectBinaryExtensionList, and TransferAutoDetectImageLabelsExtensionList, to determine file extensions to be linked to other transfer types.