Function xtask::swift::move_files
source ยท fn move_files(
extension: &str,
source: &Utf8PathBuf,
destination: &Utf8PathBuf,
) -> Result<(), Box<dyn Error>>
Expand description
Moves all files of the specified file extension from one directory into another.