# Sandbox.Mounting.MountUtility.IsMountPath

```csharp
static bool IsMountPath(string path)
```

Is this a mount:// resource path? Resources behind such a path are provided by a
mounted game and are cached/reused rather than loaded from disk.

### Parameters

- `path` (`string`)

### Returns

`bool`

Declared in [Sandbox.Mounting.MountUtility](/api/Sandbox.Mounting.MountUtility).
Assembly: `Sandbox.Engine`.
