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
- Get file name
IniFile :: path (  ) - Set file name
IniFile :: path ( sFilePath )
Implementation details
-
Get file name
odaba::String IniFile  :: path (  )
The function returns the file name used for initializing the configuration or ini-file object.
to list
-
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
to list