Skip to content

inifile

This is the type for the ini file that was referenced from ${Ini}

Members

bool Exists

Whether the ini file exists or not.

inifilesection Section

A reference to the named or unnamed section of this ini file.

Examples

Example

Does the file "sample.ini" exist?

/echo ${Ini.File[sample].Exists}

Does the file "sample.ini" exist?

mq.TLO.Ini.File("sample").Exists()