| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > FileSystem > existsAsync
An async version of FileSystem.exists()<></>.
Signature:
static existsAsync(path: string): Promise<boolean>;|
Parameter |
Type |
Description |
|---|---|---|
|
path |
string |
Returns:
Promise<boolean>