is_or_makedir(input_path)
Search for a directory. Does nothing if it exists. Create it otherwise (and the subfolders necessary to make the arborescence complete)
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input_path |
str |
Path to the directory to be checked or created. |
required |
Returns:
| Type | Description |
|---|---|
|
Always returns None. |