foundry_common::fs

Function copy

Source
pub fn copy(
    from: impl AsRef<Path>,
    to: impl AsRef<Path>,
) -> Result<u64, FsPathError>
Expand description

Wrapper for std::fs::copy