Created
August 3, 2014 14:30
-
-
Save moltak/93649db1d270954a9af1 to your computer and use it in GitHub Desktop.
python mkdir
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
directory = "./metadatas" | |
if not os.path.exists(directory): | |
os.mkdir(directory) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment