FileSystemAdapter.stat() method
Signature:
stat(normalizedPath: string): Promise<Stat | null>;
Parameters
Parameter | Type | Description |
---|---|---|
normalizedPath | string |
Returns:
Promise<
Stat
| null>
1 min read
Signature:
stat(normalizedPath: string): Promise<Stat | null>;
Parameter | Type | Description |
---|---|---|
normalizedPath | string |
Returns:
Promise<
Stat
| null>