Skip to content

FileSystemAdapter.stat method

FileSystemAdapter › stat

Official

Retrieves file stats about a file.

Signature:

stat(normalizedPath: string): Promise<Stat | null>

Parameters:

Parameter Type Description
normalizedPath string

Returns: Promise<Stat | null>

Since: 0.12.2