[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'FileUtil' (#lazutils)

FileIsInPath

FileIsInPath - checks that FileName refers to a file that exists within the given Path

Declaration

Source position: fileutil.pas line 65

function FileIsInPath(

  const Filename: string;

  const Path: string

):Boolean;

Arguments

Filename

  

The name of the file for checking

Path

  

The Path to be searched

Function result

Returns True if a file named Filename exists within the given Path

The latest version of this document can be found at lazarus-ccr.sourceforge.net.