company logo

UtilityHandle :: InitFromIniFile - Init utility handle from ini-file

The utility handle will be initialized from the options set in the ini or configuration file passed in inipath. When autoini is passed, the utility handle is initialized from the section with the name of the exe file called.

Return value:  Success ( logical  )

Implementation details

logical UtilityHandle  :: InitFromIniFile ( NPath &inipath, logical autoini=NO )
  • inipath - Path to the ini or configuration file

    The path is passed as 0-terminated string and must refer to a valid file path.

  • autoini - Automatically initialize object Default: NO