Skip to main content

backup_file

Function backup_file 

Source
pub fn backup_file(src: &Utf8Path, dest: &Utf8Path) -> Result<()>
Expand description

Copy src (a regular file) to dest, creating parent dirs as needed.