|
|
Comments and Discussions
|
|
 |

|
your tool saved me from the reorganisation of my whole project. after modifying the timestamps of all file to the current, VS will deploy it again.
|
|
|
|

|
... I was just about to code myself.
How good that I had a thorough look here first! Thank you!
It saved my day when trying to re-date dozens and dozens of video files from my digicam (no exif like in the digipics, where there exist many of these tools).
Great job!
-LZ
|
|
|
|

|
This utility has been a gigantic help as I sort through mounds of photos from two different camera with janky timestamps. Much appreciated.
|
|
|
|

|
Nice article.
I collected the source and attempted to compile, and there were a couple
of errors. Seems "USES_CONVERSION" and T2COLE were not found.
After adding the following line to stdafx.h all is well.
#include <afxpriv.h>
Thanks
Brian
|
|
|
|

|
Hi Chris,
Would it be a great effort for you to produce another little utility that takes the original data/time value from a file and rewrites an offset to it, just like it is done with your Timestamp utility (that uses the current time). It would be quite useful to correct timestamps to sets of files.
Thanks a lot,
Gert
|
|
|
|

|
Hi Chris,
thanks for your Timestamp source code (although I don't like the MFC in it). I had to combine a lot of foto's from two different digicam's and discovered that their timeline was corrupted as the two internal clocks of the camera's were out of sync. So I modified just one line in your Timestamp code to get the fs.m_mtime changed with the updown counter settings, set to the timelag between both clocks:
fs.m_mtime += CTimeSpan(m_nDays, m_nHours, m_nMins,0);
(see TimeStampDlg.cpp, line 443)
After that, your little program saved me a lot of work!
jeroen van dael, hilversum, the netherlands
|
|
|
|

|
Y'know when you set the date/time in a digital camera and you're in a hurry and you think it's 12-hour time and it's really 24-hour time, so you set it 12 hours too early? Then you take a bunch of pics and they're all 12 hours early...
Timestamp is an exellent utility, but it can't set a time stamp relative to what it currently is. Does anyone know of a utility that will do this?
Much appreciated.
-Bob Blanchard
|
|
|
|

|
Hi,
I am looking for a method to change created date of file. Have you got an idea?
Thank you.
Nguyen Trung Thanh
|
|
|
|

|
Hi Guys,
Do you know if the use of timestamp can be scripted and if so, can u script the use of a unc path to run timestamp against??
This will be for use for a directory and all the files and folders below it.
And can the tool modify/touch read only files? Or do i have to run attrib prior to timestamp to get rid of the readonly bit of the files.
Thanks
Dazza
|
|
|
|

|
Hi Chris,
how can I change the directory's date/time (not the files inside it)?
Bye.
Giuseppe
|
|
|
|

|
But it shows the poorness of the design of the full time stamp system - that I think inherited from DOS...
Timestamps on files should be GMT times, converted to local time only when the they need to be displayed.
And your tool should be unnecessary...
Alas, thank you for it!
Pierre Couderc
|
|
|
|

|
Not sure if this has been mentioned before...
There is an excellent Shell Extension available for Win95/98/nt4/2k/xp, called "Properties Plus 1.65", available at http://www.ne.jp/asahi/cool/kish/pplusmain.htm.
PropertiesPlus is a free add-on for your Windows Explorer.
It adds additional functionality to your right-click menu under the menu option PropertiesPlus.
Here you'll be able to modify file attributes, file extensions, and the time stamps of single files, multiple files, or files contained within the folders. Display the bytes allocated.
Give it a look, been using it for quite a long time, it's one of those system programs that I always install on a new system, it's just that handy!
|
|
|
|

|
I didn't see this article until after I submitted my own article.
At least my article (http://www.codeproject.com/useritems/touch_win.asp[^]) is a command line tool, so there is at least some difference.
But it really feels like going to a party, to find out you've dressed just like someone else at that party. Can I go home now?
--
If I had the ability to smooth talk like John Simmons, this post would be less sarcastic and more to the point.
|
|
|
|
|

|
Ok, so the challenge is now to put it into a Shell Extension
--
Paul
"If you can keep your head when all around you have lost theirs, then you probably haven't understood the seriousness of the situation."
- David Brent, from "The Office"
MS Messenger: paul@oobaloo.co.uk
Sonork: 100.22446
|
|
|
|

|
Thanks.
|
|
|
|
|
 |
|
|
General News Suggestion Question Bug Answer Joke Rant Admin
|
A simple utility to change a file - or multiple files - "Modified" time.
| Type | Article |
| Licence | CPOL |
| First Posted | 26 Nov 2002 |
| Views | 227,793 |
| Downloads | 6,315 |
| Bookmarked | 71 times |
|
|