コード例 #1
0
ファイル: fileOption.py プロジェクト: mateoqac/pygobstones
 def createInitialsFoldersAndFiles(self):
     path = os.path.join(gobstones_folder(), 'Vestimentas')
     if not os.path.exists(path):
         os.makedirs(path)
         os.makedirs(os.path.join(path, 'Imagenes'))
コード例 #2
0
ファイル: fileOption.py プロジェクト: gobstones/pygobstones
 def createInitialsFoldersAndFiles(self):
     path = os.path.join(gobstones_folder(), "Vestimentas")
     if not os.path.exists(path):
         os.makedirs(path)
         os.makedirs(os.path.join(path, "Imagenes"))
コード例 #3
0
ファイル: fileOption.py プロジェクト: mateoqac/pygobstones
 def initGobstonesFolder(self):
     if not os.path.exists(gobstones_folder()):
         os.makedirs(gobstones_folder())
コード例 #4
0
ファイル: fileOption.py プロジェクト: gobstones/pygobstones
 def initGobstonesFolder(self):
     if not os.path.exists(gobstones_folder()):
         os.makedirs(gobstones_folder())