[Overview][Constants][Types][Classes][Procedures and functions][Index] |
FileIsInPath - checks that FileName refers to a file that exists within the given Path
Source position: fileutil.pas line 95
function FileIsInPath( |
const Filename: String; |
const Path: String |
):Boolean; |
Filename |
|
The name of the file for checking |
Path |
|
The Path to be searched |
Returns True if a file named Filename exists within the given Path
lazarus-ccr.sourceforge.net |