[go: up one dir, main page]

Function fs_err::copy[][src]

pub fn copy<P, Q>(from: P, to: Q) -> Result<u64> where
    P: AsRef<Path>,
    Q: AsRef<Path>, 

Wrapper for fs::copy.