## path_manager.ProjectPaths


Manage project paths dynamically


Usage

``` python
path_manager.ProjectPaths(root_path=None)
```


## Methods

| Name | Description |
|----|----|
| [ensure_dirs()](#ensure_dirs) | Create all directories if they don't exist |
| [get_file()](#get_file) | Get path for a specific file |

------------------------------------------------------------------------


#### ensure_dirs()


Create all directories if they don't exist


Usage

``` python
ensure_dirs()
```


------------------------------------------------------------------------


#### get_file()


Get path for a specific file


Usage

``` python
get_file(filename, category="raw")
```
