<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`FileSystemAdapter`](FileSystemAdapter) › [`stat`](FileSystemAdapter/stat)
## FileSystemAdapter.stat() method
0.12.2
**Signature:**
```typescript
stat(normalizedPath: string): Promise<Stat | null>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| <code>normalizedPath</code> | <code>string</code> | |
**Returns:**
`Promise<`[`Stat`](Stat)` | null>`