company logo

IniFile :: isXMLConfiguration - Is configuration file XML based

The function checks, whether the configuration file is an XML file or not. Only XML files support multiple configurations.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false.

Implementation details

bool IniFile  :: isXMLConfiguration (  )

The function returns true, when the configuration file is an XML file and false otherwise.