pub fn copy<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q)
A wrapper around std::fs::copy which includes the file path in the panic message.
std::fs::copy