Type: lib.os.CreateDirectory
Namespace: lib.os
Description
Create a new directory at specified path. files, directory, create
Use cases:
- Set up directory structure for file organization
- Create output directories for processed files
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| path | str |
Directory path to create | `` |
| exist_ok | bool |
Don’t error if directory already exists | True |
Metadata
Related Nodes
Browse other nodes in the lib.os namespace.