pub fn copy_file<P: AsRef<Path>, Q: AsRef<Path>>( from: P, to: Q ) -> Result<(), Error>
Copies a file or directory at this path.
Returns the underlying I/O errors that occurred.