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