# normalizePath

**Kind:** Function

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/services/entity-mapper.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/services/entity-mapper.service.ts#L304)

Normalize a file path: resolve and convert backslashes to forward slashes.

## Signature

```ts
function normalizePath(filePath: string): string
```

## Parameters

| Name | Type |
|---|---|
| `filePath` | `string` |

**Returns:** `string`
