ReadFromFile - cIniProcessor
Reads an ini file from disk
Type: Function
Return Data Type: Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| sOptFileName | String | (Optional) Ini file to read from disk |
Syntax
Function ReadFromFile String sOptFileName Returns Boolean
Call Example
Get ReadFromFile sOptFileName to BooleanVariable
Description
Reads an ini file from disk.
If no file name is passed, the psFileName property will be used. If a file name is passed, psFileName will be updated.
Return Value
Returns True if the file is succesfully read and parsed.