Function build_tmp_path_of

Source
pub fn build_tmp_path_of(path: &str) -> String
Expand description

Build a temporary path of a file path.

build_tmp_path_of appends a dot following a random generated postfix. Don’t use it with a path to a folder.