delphirtl
Version:
RTL functions from Delphi
24 lines (12 loc) • 409 B
Markdown
[**delphirtl**](../README.md) • **Docs**
***
[delphirtl](../globals.md) / DirectoryExists
# Function: DirectoryExists()
> **DirectoryExists**(`Dir`): `boolean`
Checks if the given Dir exists or not.
## Parameters
• **Dir**: `string`
## Returns
`boolean`
## Defined in
[src/sysutils.ts:110](https://github.com/chuacw/delphirtl/blob/b2d86277a5251f0037cf01044224c3e29dc4c6be/src/sysutils.ts#L110)