is absolute
Basic data handling: PathIsAbsolute
Checks if a path is absolute. This node returns True if the path is absolute (begins at the root directory), and False if it's relative.
Pack: Basic data handling
custom_nodes.ComfyUI-basic_data_handling
Inputs (1)
| Name | Type | Required |
|---|---|---|
| path | STRING | required |
Outputs (1)
| Name | Type |
|---|---|
| is absolute | BOOLEAN |