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