[Overview][Constants][Types][Classes][Procedures and functions][Index] |
FileIsInDirectory - checks whether a file with FileName exists within the given Directory
Source position: fileutil.pas line 96
function FileIsInDirectory( |
const Filename: String; |
const Directory: String |
):Boolean; |
Filename |
|
The name of the file to be checked |
Directory |
|
The name of the directory to be searched for the file |
Returns True if the file is in the directory
FileIsInDirectory - checks whether a file with FileName exists within the given Directory
lazarus-ccr.sourceforge.net |