# Sandbox.Compiler.AddSourcePath

```csharp
void AddSourcePath(string fullPath)
```

Add an extra source path. Useful for situations where you want to combine multiple addons into one.

### Parameters

- `fullPath` (`string`)

Declared in [Sandbox.Compiler](/api/Sandbox.Compiler).
Assembly: `Sandbox.Compiling`.
