Skip to content

Instantly share code, notes, and snippets.

@veretennikovalexey
Created June 18, 2022 14:50
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 veretennikovalexey/b55719bb2eac7f4375e3a14d762f0ca3 to your computer and use it in GitHub Desktop.
Save veretennikovalexey/b55719bb2eac7f4375e3a14d762f0ca3 to your computer and use it in GitHub Desktop.
How to create a directory
import os
Obsidian = 'c:/users/os/Obsidian'
os.mkdir( Obsidian )
@veretennikovalexey
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment