# Editor.AssetSystem.FindByPath

```csharp
static Asset FindByPath(string path)
```

Find an asset by path.

### Parameters

- `path` (`string`): The file path to an asset. Can be absolute or relative.

### Returns

`Asset`

Declared in [Editor.AssetSystem](/api/Editor.AssetSystem).
Assembly: `Sandbox.Tools`.
