# Sandbox.Resources.EmbeddedResource.CompiledPath

```csharp
string CompiledPath { get; set; }
```

If this resource has been compiled to disk then this is the path to that resource.
This avoids the need to generate this resource again.

Declared in [Sandbox.Resources.EmbeddedResource](/api/Sandbox.Resources.EmbeddedResource).
Assembly: `Sandbox.Engine`.
