# Sandbox.Compiler.UseAbsoluteSourcePaths

```csharp
bool UseAbsoluteSourcePaths { get; set; }
```

During development we use absolute source paths so that debugging works better. In a packed/release build it's
good to use relative paths instead, just to avoid exposing the builder's file system.

Declared in [Sandbox.Compiler](/api/Sandbox.Compiler).
Assembly: `Sandbox.Compiling`.
