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.
int32 RemoveLast()
None published. Please look for an example in the Simdify Scripting Language code base.