split

Basic data handling: PathSplit

Splits a path into directory and filename components. This node takes a path and returns a tuple containing the directory path and the filename.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (1)

NameTypeRequired
pathSTRINGrequired

Outputs (2)

NameType
directorySTRING
filenameSTRING