ComfyUI Node
os.path.split
Split the pathname path into a pair, (head, tail).
os.path.split
- path_in
- head
- tail
◄path►
Categoryovum/path/os.path
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| path | STRING | — | |
| path_inopt | PATHLIKE,STRING | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| head | STRING | — |
| tail | STRING | — |