inifile
¶
This is the type for the ini file that was referenced from TLO:Ini
Members¶
bool Exists
¶
- Whether the ini file exists or not.
inifilesection Section[opt: Section]
¶
-
A reference to the named or unnamed section of this ini file.
The index is optional. Passing an index means it will search for matches to that index. Not passing an index references all sections for operations that allow it.
Examples¶
Example
Does the file "sample.ini" exist?
/echo ${Ini.File[sample].Exists}
mq.TLO.Ini.File("sample").Exists()