FileExt( path:filename ) → string
Returns the file extension of the specified filename.
Example:
Output(FileExt("file.jpg")); --> .jpg
See also: FilePart Parent Root Stem