company logo

IniFile :: path - File name

The file name property contains the complete path to the configuration or ini-file.

Return value:  Name ( odaba::String & )

Implementation overview

Implementation details

  1. Get file name
    odaba::String IniFile  :: path (  )

    The function returns the file name used for initializing the configuration or ini-file object.

  2. to list
  3. Set file name
    odaba::String IniFile  :: path ( odaba::String &sFilePath )

    The function sets or changes the file name for the ini-file object to the file passed in sFilePath.. Previous initializations are removed and the class will be re-initialized. One may also change the type of the ini-file (XML or classic)

    • sFilePath - Complete file path
  4. to list