Opens a text file.
int32 Open( string p_sAbsPathToFile, int32 p_bOpenForReading )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| string | p_sAbsPathToFile | Absolute path of the ASCII file to open. |
| int32 | p_bOpenForReading | Controls whether the file is in read mode or write mode. Pass 'true' for read mode, or 'false' for write mode. Creates the file when you open for writing a file that does not exist. |
None published. Please look for an example in the Simdify Scripting Language code base.