<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`DataAdapter`](DataAdapter) › [`read`](DataAdapter/read)
## DataAdapter.read() method
**Signature:**
```typescript
read(normalizedPath: string): Promise<string>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| <code>normalizedPath</code> | <code>string</code> | path to file, use [normalizePath()](normalizePath) to normalize beforehand. |
**Returns:**
`Promise<string>`