Before and after

Photo, video, and folder examples

Foldnize uses embedded dates instead of unreliable filesystem dates. These examples show exactly how each mode transforms common camera and phone filenames.

Keep the original name with Prefix mode

Prefix mode is useful when the original camera filename still matters.

BeforeAfter
IMG_1234.jpg20230715-IMG_1234.jpg
DSC_9012.jpg20230716-DSC_9012.jpg
VID_4567.mp420230715-VID_4567.mp4

Create sortable timestamp filenames

Replace mode produces filenames that sort chronologically in almost every file manager.

BeforeAfter
IMG_1234.jpg20230715-142310.jpg
IMG_1235.jpg20230715-142412.jpg
clip.mov20230715-153022.mov

Add context with Custom mode

Custom mode combines a safe label with the original timestamp.

Custom nameResult
vacationvacation-20230716-104230.png
family-tripfamily-trip-20230716-104230.jpg

Sort into Year/Month folders

Photos/
├── 2022/
│   └── 12/20221224-183012.jpg
└── 2023/
    ├── 07/20230715-142310.jpg
    └── 08/20230802-091544.mp4

The folder date and filename date come from the same embedded metadata.

Handle matching timestamps safely

If two files would receive the same name, Foldnize keeps both by adding a numeric suffix: 20230715-142310.jpg, then 20230715-142310-1.jpg.

Choose a workflow