Folder
Choose a folder of photos to organize by EXIF date and separate screenshots.
- folder
- —
- files
- 0
- Photos
- 0
Organization rules
Preview for sample date: 2024/06
Tokens: YYYY, YY, MM, DD, HH, mm, ss. Everything else is literal — including letters inside a word, so Summer becomes Su07er because mm is the minutes token.
What will happen on disk
- moves 0
- new folders 0
- screenshots 0
- EXIF date 0
- file date 0
- no date 0
- already in place 0
- renamed 0
- skipped 0
- hidden files excluded 0
- not photos 0
- in subfolders 0
| Step | From | To |
|---|---|---|
| Nothing to show yet. | ||
Nothing will be written while a row above is still marked as a problem.
Browser support
Renaming and deleting files where they sit needs the File System Access API, which only Chromium browsers ship. Everything below happens on your machine either way — nothing is ever uploaded.
| capability | Chrome | Edge | Firefox | Safari |
|---|---|---|---|---|
| Open a folder from diskwindow.showDirectoryPicker — Chrome/Edge 86 and later, desktop only | ✓supported | ✓supported | ✗not supported | ✗not supported |
| Rename a file in placeFileSystemFileHandle.move — Chrome/Edge 111 and later | ✓supported | ✓supported | ✗not supported | ✗not supported |
| Delete a file in placeFileSystemDirectoryHandle.removeEntry | ✓supported | ✓supported | ✗not supported | ✗not supported |
| Remember the folder for next timethe handle is kept in IndexedDB on this device; permission is asked again | ✓supported | ✓supported | ✗not supported | ✗not supported |
detected in this browser
- window.showDirectoryPicker …
- FileSystemFileHandle.move …
- indexedDB …
On Firefox or Safari, or on any phone or tablet, this page can explain the job but cannot do it. Open it on desktop Chrome or Edge.