# LibTmux.Server.SourceFileAsync

- **Module:** LibTmux.Server
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Server.Administration.cs#L58
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-server-sourcefileasync/

```
LibTmux.Server.SourceFileAsync(path: string, quiet: bool, parseOnly: bool, verbose: bool, cancellationToken: CancellationToken) -> Task
```

Reads a tmux configuration file.

## Parameters

- `path` (string): The file to read.
- `quiet` (bool): Whether a missing file is passed over in silence.
- `parseOnly` (bool): Whether the file is checked rather than run.
- `verbose` (bool): Whether each command read is reported.
- `cancellationToken` (CancellationToken): Cancels the tmux command.
