コード例 #1
0
ファイル: Resource.py プロジェクト: mooncode163/PythonCreator
 def getGameType(self):
     return FileUtil.GetDirNameofPath(FileUtil.GetLastDirofDir(
         self.cmdPath))
コード例 #2
0
ファイル: Resource.py プロジェクト: mooncode163/PythonCreator
 def getGameName(self):
     # print("getGameName self.cmdPath=",self.cmdPath)
     return FileUtil.GetDirNameofPath(self.cmdPath)