Searched refs:new_path (Results 1 – 2 of 2) sorted by relevance
36 let new_path = dst.join(path.file_name().unwrap()); in move_files() localVariable 38 std::fs::create_dir_all(&new_path)?; in move_files() 39 FileUtils::move_files(&path, &new_path)?; in move_files() 41 std::fs::rename(&path, &new_path)?; in move_files()
36 let new_path = dst.join(path.file_name().unwrap()); in move_files() localVariable38 std::fs::create_dir_all(&new_path)?; in move_files()39 FileUtils::move_files(&path, &new_path)?; in move_files()41 std::fs::rename(&path, &new_path)?; in move_files()