filePath = 'D:\12345'file
# 判斷文件夾是否存在,不存在則建立文件夾if not os.path.exists(filePath): os.makedirs(filePath)di