Move Images Commad and Bugfixes #28

Merged
muellerr merged 3 commits from move-images-command into main 2024-05-01 11:14:07 +02:00
Showing only changes of commit 6e4abc44d2 - Show all commits

View File

@ -336,6 +336,7 @@ pub fn move_images_inside_home_dir_to_low_prio_ground_dir(
}
// TODO no idea if this works in any way shape or form
#[allow(dead_code)]
pub fn get_latest_image(index: usize) -> Result<PathBuf, std::io::Error> {
// Get the most recently modified file
let mut png_files = std::fs::read_dir(HOME_FOLDER_EXPERIMENT)?