Returns the file name of the specified path including the extension.
Syntax
GetFileName( <path> )
- path: The path that you want to get the file name out of.
Examples
-- Returns "level.mfk"
GetFileName("scripts\\missions\\level01\\level.mfk")
Notes
No additional notes.
Version History
Unknown Version
Added this function.