Function tmp_path

Source
pub fn tmp_path(n: usize, sfx: Option<&str>) -> Result<String>
Expand description

Returns a file path randomly generated in tmp directory. The file does not exist yet.