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