Windows Item Date
"Bob Kirk (as bobkirk888 at gmail dot com)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <[email protected]> |
Does anyone have a Lisp (or other) utility to extract the "Item Date" for a file (or all the files in a directory) in Windows 10? For JPEG files this is commonly found in the EXIF property "Date taken". For video files this is commonly found in the "Media created" date. Various Windows docs refer to it as System.ItemDate and PKEY_ItemDate. Using https://github.com/xach/zpb-exif I've been able to access "Date taken". But I haven't figured out how to access "Media created". It seems like there should be a way to get ItemDate to unify the two? (And yes, this is different than CreationTime, LastWriteTime and all the other names given to these common file timestamps. It's the date the picture or video was actually taken and is not tinkered with during file moves, copies, edits, etc.) Thanks in advance for your help. Bob