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