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

Inputs/Outputs
![]() 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 is the resulting path obtained by removing name from the end of path. ![]() name is the last component of the specified path. |