delphirtl • Docs
delphirtl / FileExists
Function: FileExists()
FileExists(AFileName
): boolean
Checks if the given filename exists
Parameters
• AFileName: string
Filename to check existence for.
Returns
boolean
true if the given filename exists, false otherwise.
Defined in
src/sysutils.ts:317