pub fn copy(from: impl AsRef<Utf8Path>, to: impl AsRef<Utf8Path>) -> Result<()>
Copy a file from from to to, and output those path to log.
from
to