delphirtl
Version:
RTL functions from Delphi
28 lines (14 loc) • 490 B
Markdown
[**delphirtl**](../README.md) • **Docs**
***
[delphirtl](../globals.md) / 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](https://github.com/chuacw/delphirtl/blob/b2d86277a5251f0037cf01044224c3e29dc4c6be/src/sysutils.ts#L317)