Type: lib.os.SplitPath
Namespace: lib.os
Description
Split a path into directory and file components. files, path, split
Use cases:
- Separate directory from filename
- Process path components separately
- Extract path parts
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| path | str |
Path to split | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | Dict[Any, Any] |
Metadata
Related Nodes
Browse other nodes in the lib.os namespace.