Load the config.xml file which storage all of the configuration information
for this application.
example:
System ss=SystemSetting.getSystemSetting();
ss.getBooleanValue("config/system/isShowHiddenFiles", true);
The path is case sensitive.
remark:config.xml should be at the root directory of the whole application.