Function winsafe::CopyFile[][src]

pub fn CopyFile(
    existing_file: &str,
    new_file: &str,
    fail_if_exists: bool
) -> WinResult<()>
Expand description

CopyFile function.