The FILE data type gives access to files. Files can be opened in text or binary mode. For more information, see TEXTMODE Function (File).

You can read from or write to a file by creating input and output streams, respectively. To do so, use the CREATEINSTREAM Function (File) and CREATEOUTSTREAM Function (File). For more information, see InStream and OutStream Data Types.

Expand imageDifferences Between the Classic Client and RoleTailored Client

Expand imageSee Also