# Sandbox.SceneFile.Load

```csharp
static SceneFile Load(string path)
```

Load a scene by file path. Also handles mount:// paths.

### Parameters

- `path` (`string`)

### Returns

`SceneFile`

Declared in [Sandbox.SceneFile](/api/Sandbox.SceneFile).
Assembly: `Sandbox.Engine`.
