Table of Contents

Date and Time Renamer

The date and time renamer can insert the date string of a source into the filename. The source time can be one of the following sources:

Current
Current time of the system, independent of the file.
Date Accessed
The time the file was last accessed (atime).
Date Modified
The time the file was last modified (mtime).
Date Picture Taken
Only for files with EXIF data (pictures).

Format

The renamer uses a format string to insert the date or time parts into the file name. The following special sequences are understood by the renamer and will be substituted:

Some systems may support additional sequences; check the documentation of the strftime C function for your system.