Rulesets
Playground
Snippets
Search
Cookbooks
Docs
Documentation
Tutorials
Dark Mode
Get current directory
0
3
JD
Julien Delange
Python public recipes
gets the current working directory.
Shortcut:
file.cwd
0 Comments
import os os.getcwd()