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

FindDiskFileCaseInsensitive

FindDiskFileCaseInsensitive - searches for the given FileName in a case insensitive manner.

Declaration

Source position: fileutil.pas line 96

function FindDiskFileCaseInsensitive(

  const Filename: string

):string;

Arguments

Filename

  

The name of the file for processing.

Function result

If it exists, returns the file name with path information otherwise returns an empty string.


Version 3.2 Generated 2024-02-25 Home