# LibTmux.Server.SourceFileAsync

- **Module:** LibTmux.Server
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Server.Administration.cs#L56
- **Page:** https://libtmux.org/reference/dotnet/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.
