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