Function foundry_compilers::project_util::copy_file
source · pub fn copy_file(
source: impl AsRef<Path>,
target_dir: impl AsRef<Path>
) -> Result<()>
Expand description
Copies a single file into the given dir
pub fn copy_file(
source: impl AsRef<Path>,
target_dir: impl AsRef<Path>
) -> Result<()>
Copies a single file into the given dir