Prototype
strExt:=ExtractFileExt(strFileName)
Description
It extracts the extension of the file passed as parameter.
Parameters
strFileName: string corresponding to path and name of the file.
Returned value
strExt: String that contains the file extension (i.e. for the file 'c:\project\image1.tif' , it returns '.tif');
Notes
None.