# sm.challenge.resolveContentPath

Resolves a path containing $CONTENT_DATA to path that can be accessed in the main scripting environment.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.challenge.resolveContentPath( path )
```

[Open the full Game reference](../Game-Script-Environment/Static-Functions/sm.challenge.md#resolvecontentpath)

**Availability:** Server only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `path` | string | The path containing $CONTENT_DATA. |

**Returns:**

| Type | Description |
| --- | --- |
| string | The resolved path. |
