Programming with Reflection

image\rwnprg32.gif FileSystem property

 

Syntax

object.FileSystem
object.FileSystem = Value

Data type

Enumeration

 

Description

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.

Values

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.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property