def getGameType(self):
     return FileUtil.GetDirNameofPath(FileUtil.GetLastDirofDir(
         self.cmdPath))
 def getGameName(self):
     # print("getGameName self.cmdPath=",self.cmdPath)
     return FileUtil.GetDirNameofPath(self.cmdPath)