def createFolder(directory):. try: if not os.path.exists(directory):. os.makedirs(directory). except OSError:.
確定! 回上一頁