Available since Version 1.8.
Returns the file extension of the specified path.
Syntax
GetFileExtension( path )Arguments
- path (string): The path or filename of the file you want to get the extension of.
Return Values
- (string): The file extension.
Examples
-- Returns ".mfk"
GetFileExtension("example.mfk")