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

FileExistsUTF8

Indicates if the specified UTF-8-encoded file name exists.

Declaration

Source position: lazfileutils.pas line 110

function FileExistsUTF8(

  const Filename: string

):Boolean;

Arguments

Filename

  

UTF-8-encoded file name to locate on the local file system.

Function result

True when the specified file name exists.

Description

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.

See also

FileExists


Version 3.2 Generated 2024-02-25 Home