private string getValueString(string dirPath, int i)
        {
            FilePathUtils FilePath = new FilePathUtils(dirPath);

            InifileUtils[] fileName = FilePath.IniFileNameArray();

            return(fileName[i].getValueString("TabPage", "Tab"));
        }