Install PyG
Get Started
Tutorials
Advanced Concepts
Package Reference
Cheatsheets
External Resources
Recursively creates a directory.
Warning
makedirs() is deprecated and will be removed soon. Please use os.makedirs(path, exist_ok=True) instead.
makedirs()
os.makedirs(path, exist_ok=True)
path (str) – The path to create.