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