=======================================
[IDEA] easily change last modified date to current date
=======================================
I want to be easily change the last modified date of a file to the current date/time * - without having to open it and resave it, i.e. I'm looking for a quicker way of doing this
on searching I see
Online Tech Tips recommends a few programmes. Then
this page tells me how to do it using a (paid) programme which allows me to do it via file > properties/date/etc.
All are a bit time consuming - it would probably be as easy for me to open and resave the file (the programmes from the fist link would be especially suitable if I wanted to batch change files - but I dont)
Implementation ideas:
- via context menu
- or AHK: with hotkey that would work on file currently selected in file manager (I use DOpus or XYplorer but if I had to I'd use Win. Exp.)
Use:
basically I'm working on files in sequence. These files are sorted by last modified date - so if I want to move a file up the list, the only way is to change the last mod.date (I cant mess with the filenames)
* I'd be very happy with simply changing to current date time - if I want to change it to another date/time I can use 'SetFileDate' programme which I got from the link above: but if some dc whiz programmer can do this too I wont complain
