pub fn app_temp_dir() -> PathBuf
An app-writable scratch directory: the backend-supplied one, else std::env::temp_dir(). Used by the file-save flow (docs/files.md) to stage bytes before the native save picker.
std::env::temp_dir()