pub fn control_dir() -> Option<PathBuf>Expand description
The directory holding the control channel and its token.
Separate from control_address because on Windows a control id is a pipe
name rather than a path, so the token’s location cannot be derived from it.