コード例 #1
0
 public IniFile(string INIPath)
 {
     path = FileOps.CombineCfgDir(INIPath);
 }