ExtractFilePath
Previous  Top  Next

Prototype

strPath:=ExtractFilePath(strFileName)

Description

It extracts the path of the file passed as parameter.

Parameters

strFileName
: string corresponding to path and name of the file.

Returned value

strPath:
The path of the file (i.e. for the file 'c:\project\image1.tif' , it returns 'c:\project');

Notes

None.