Organizing photo/video files by date

Version 1.2.0.0 (784 Bytes) by Wonsup Lee
This simple code is helpful to organize your photos saved in a folder.
28 Downloads
Updated 17 Mar 2017

View License

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.

Cite As

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

MATLAB Release Compatibility
Created with R2016a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Model Import in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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