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