pub fn export_path(
title: &str,
suggested_name: &str,
extensions: &[&str],
) -> Option<PathBuf>Expand description
Ask for a write path without writing. Blocking. Desktop only (used by the synchronous Save flow so the unsaved guard stays correct).