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