Strip Path Function
- Updated2025-07-30
- 2 minute(s) read
Returns the name of the last component of a path and the stripped path that leads to that component.

Inputs/Outputs
path
—
path specifies the path on which you want to operate. If this parameter is an empty path or is invalid, this function returns an empty string in name and <Not A Path> in stripped path.
stripped path
—
stripped path is the resulting path obtained by removing name from the end of path.
name
—
name is the last component of the specified path. |
path
—
stripped path
—
name
—