-
Hello everyone, Since a recent update, I can now notice a letter next to the file's date in the window title. I already encountered (m) and (o) : What do they mean? Are there other status possible? |
Beta Was this translation helpful? Give feedback.
Answered by
fire-eggs
Jan 7, 2021
Replies: 1 comment
-
Exif.DateTimeOriginal (o), In that order. E.g. file has no Exif data, shows the file's last modified time. Added by Phap: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
d2phap
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Exif.DateTimeOriginal (o),
Exif.DateTime, or
File.LastWriteTime (m)
In that order. E.g. file has no Exif data, shows the file's last modified time.
Added by Phap:
The details is here #687 (comment)