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