Searched refs:move_files (Results 1 – 4 of 4) sorted by relevance
32 pub fn move_files(src: &Path, dst: &Path) -> std::io::Result<()> { in move_files() method 39 FileUtils::move_files(&path, &new_path)?; in move_files()
32 pub fn move_files(src: &Path, dst: &Path) -> std::io::Result<()> { in move_files() method39 FileUtils::move_files(&path, &new_path)?; in move_files()
689 FileUtils::move_files(&path, &self.archive_path.parent().unwrap())
689 FileUtils::move_files(&path, &self.archive_path.parent().unwrap()) in unzip()