Houdini 21.0 Nodes APEX nodes

string::PathSplit

Splits a path into a folder and a file name.

On this page
Since 21.0

Splits a string into a folder and a file name. This allows you to parse character paths. This node is used internally to update characters within autorig components.

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 containing the file. If parsing a character path then either /electra.char or /

file_name: String

The file name, usually Base.rig or Guides.skel.

See also

APEX nodes