Skip to main content

private_temp_dir

Function private_temp_dir 

Source
pub fn private_temp_dir() -> Result<PathBuf>
Expand description

Return (creating if needed) a 0700 per-user scratch directory under the app data dir. Callers write transient sensitive files here instead of the shared system temp dir.