---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/sandbox/functions/createModelPath.md
---

# Function: createModelPath()

```ts
function createModelPath(value: string): ModelPath;
```

Defined in: [src/batteries/sandbox/types.ts:17](https://github.com/NHTIO/ADK/blob/v1.20260824.1/src/src/batteries/sandbox/types.ts#L17)

Create a presentation/normalisation path only; this is NOT a containment guarantee.
Every filesystem use must still pass through PathTranslator.toRelative().

## Parameters

| Parameter | Type     |
| --------- | -------- |
| `value`   | `string` |

## Returns

[`ModelPath`](../type-aliases/ModelPath.md)
