# Sandbox.ResourceLibrary.LoadAsync

```csharp
static System.Threading.Tasks.Task<T> LoadAsync(string path)
```

Load a resource by its file path.

### Parameters

- `path` (`string`)

### Returns

`System.Threading.Tasks.Task<T>`

Declared in [Sandbox.ResourceLibrary](/api/Sandbox.ResourceLibrary).
Assembly: `Sandbox.Engine`.
