[−][src]Function super_analyzer_core::copy_folder
pub fn copy_folder<P: AsRef<Path>>(from: P, to: P) -> Result<(), Error>
Copies the contents of from
to to
If the destination folder doesn't exist is created. Note that the parent folder must exist. If files in the destination folder exist with the same name as in the origin folder, they will be overwritten.