Programming with Reflection

image\rwnprg32.gif TransferAutoDetectASCIIExtensionList property

 

Syntax

object.TransferAutoDetectASCIIExtensionList
object.TransferAutoDetectASCIIExtensionList = Value

Works with

image\r124.gif

Data type

String

 

Description

Returns (first syntax line) or specifies (second syntax line) which file extensions should identify files to be transferred as ASCII files during file transfer using the Auto-Detect transfer type.

Use "<>" to specify files with no file extension. For example, the following command specifies ASCII file transfer for all *.txt and *.bat files; and also for all files with no file extension:

Session.TransferAutoDetectASCIIExtensionList = "txt,bat,<>"

Values

The default value is "txt,bat,ini,rcl".

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.

Notes

Use TransferAutoDetectBinaryExtensionList, TransferAutoDetectImageLabelsExtensionList, and TransferAutoDetectScanExtensionList to determine file extensions to be linked to other transfer types.

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

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property