path_manager.ProjectPaths
Manage project paths dynamically
Usage
path_manager.ProjectPaths(root_path=None)Methods
| Name | Description |
|---|---|
| ensure_dirs() | Create all directories if they don’t exist |
| get_file() | Get path for a specific file |
ensure_dirs()
Create all directories if they don’t exist
Usage
ensure_dirs()get_file()
Get path for a specific file
Usage
get_file(filename, category="raw")