| [Overview][Constants][Types][Classes][Procedures and functions][Index] |
FindDiskFilename - finds the file that best fits the supplied filename
Source position: fileutil.pas line 99
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 |