pub async fn set_output_dir(dir: &str) -> Result<(), String>Expand description
Persist dir as the default output directory. Empty string clears
the override (reverts to the per-OS default).
ยงErrors
Returns the IPC error string when the persist fails.