Created
June 18, 2022 14:50
-
-
Save veretennikovalexey/b55719bb2eac7f4375e3a14d762f0ca3 to your computer and use it in GitHub Desktop.
How to create a directory
This file contains 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
import os | |
Obsidian = 'c:/users/os/Obsidian' | |
os.mkdir( Obsidian ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://gist.github.com/asweigart/6912168