Skip to content

Instantly share code, notes, and snippets.

@TomoG29
Last active September 26, 2021 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TomoG29/d21ae6eccc4ac05aa76e423b238aad52 to your computer and use it in GitHub Desktop.
Save TomoG29/d21ae6eccc4ac05aa76e423b238aad52 to your computer and use it in GitHub Desktop.
import os
filepath = 'Sample/sample'
#フォルダ作成(存在すれば作成しない)
if not os.path.isdir(filepath):
os.mkdir(filepath)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment