RemoveLast Data Member Function

Removes the last path component from the file path. C:\MyDirectory\AnotherDirectory becomes C:\MyDirectory\. This has the same functionality as RemoveLastPathComponent, but with a shorter function name.

Prototype

int32 RemoveLast()

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.