Programming with Reflection
FileSystem property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether Reflection uses the ANSI character set or the ASCII character set for ASCII transfers from the host. Do not change the value of this property from the default (rcWindows) if you're using the AS/400 data transfer feature.
The default is rcWindows.
rcWindows Characters are assumed to be ANSI and are not translated.
rcDOS Characters are translated to ASCII (also known as the OEM character set) before being sent or after being received from the host.