[Overview][Constants][Types][Classes][Procedures and functions][Index] |
FindDiskFilename - finds the file that best fits the supplied filename
Source position: fileutil.pas line 115
function FindDiskFilename( |
const Filename: String |
):String; |
Filename |
|
The name of the file for checking |
Returns the best fitting filename from the disk (taking case into consideration)
FindDiskFilename - finds the file that best fits the supplied filename
Searches for the filename case on disk. The file must exist.
For example: If Filename='file' and there is only a 'File' then 'File' will be returned.
lazarus-ccr.sourceforge.net |