pub fn build_tmp_path_of(path: &str) -> String
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.
build_tmp_path_of