| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Indicates if the specified UTF-8-encoded file name exists.
Source position: lazfileutils.pas line 110
function FileExistsUTF8( |
const Filename: string |
):Boolean; |
Filename |
|
UTF-8-encoded file name to locate on the local file system. |
True when the specified file name exists.
FileExistsUTF8 is a Boolean function which indicates if the specified file name exists on the local file system. FileExistsUTF8 calls the FileExists function in SysUtils to get the return value for the routine.
| Version 4.0 | Generated 2025-05-03 | Home |