# LibTmux.Internal.StartDirectory.Resolve

- **Module:** LibTmux.Internal.StartDirectory
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Internal/StartDirectory.cs#L19
- **Page:** https://libtmux.org/reference/dotnet/libtmux-internal-startdirectory-resolve/

```
LibTmux.Internal.StartDirectory.Resolve(value: string?) -> string?
```

Resolves one start directory, or null when there is nothing to send.

## Parameters

- `value` (string?) — The requested directory.

## Returns

The directory to send, or null to omit the flag.
