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