Organizing photo/video files by date

This simple code is helpful to organize your photos saved in a folder.
29 download
Aggiornato 17 mar 2017

Visualizza la licenza

We take a lot of photos everyday. After we export/save our photos from our phone or camera to a folder, all the files having a name in sequence (e.g., IMG_2642.jpg) will be just listed in the folder with unorganized. This code helps you to organize hundreds or thousands photos/videos saved in a folder. At least, all the files are automatically relocated in each folder by date. Then, the next work is your manual view. You can change the folder name with adding location or name of event.

Cita come

Wonsup Lee (2025). Organizing photo/video files by date (https://it.mathworks.com/matlabcentral/fileexchange/62089-organizing-photo-video-files-by-date), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2016a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Model Import in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.2.0.0

Use imfinfo DateTime first, if there's no DateTime, then use FileModDate

1.1.0.0

changed the date information
before: FileModDate
current: DateTime

1.0.0.0