Houdini 21.0 Nodes APEX nodes

string::PathSplit

Splits a path into a folder and file name.

On this page
Since 21.0

Splits a string into a folder and file name, allowing you to parse character paths.

Inputs

path: String

The path to split.

extension: String

The file name extension. Common extensions include .skel, .shp, and .rig.

Outputs

folder: String

The folder name. If parsing a character path, for example, this can be /electra.char or /.

file_name: String

The file name, for example, Base.rig or Guides.skel.

See also

APEX nodes