ExtractFileExt
ExtractFileExt>filename,result
Extracts the extension (including the dot) from the given filename and returns it in result.
See also: ExtractFleName, ExtractFilePath
Abbreviation: EFE
Example:
Let>filename=c:\users\documents\somefile.doc
//ext_only will become ".doc"
ExtractFileExt>filename,ext_only