| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Indicates if the specified file name exists
Source position: lazfileutils.pas line 106
function FileExistsUTF8( |
const Filename: string |
):Boolean; |
Filename |
|
File name to locate in the file system |
True when the specified file name exists
FileExistsUTF8 is a Boolean function which indicates if the specified file name exists in the local file system. For the Windows environment, FileExistsUTF8 uses FileGetAttrUTF8 to ensure that Filename does not have the FILE_ATTRIBUTE_DIRECTORY attribute. For UNIX-like environments, the FileExists function in SysUtils is used to get the return value.
| lazarus-ccr.sourceforge.net |