Click here to Skip to main content
15,885,278 members
Articles / Desktop Programming / MFC

Timestamp - A utility to change a files "Modified" time.

Rate me:
Please Sign up or sign in to vote.
4.95/5 (32 votes)
15 Jul 2009CPOL1 min read 476.8K   8K   78   49
A simple utility to change a file - or multiple files - "Modified" time.

timestamp.png

Introduction

Working with a team of programmers in different time zones can be fun, but it can also cause major problems when files from different time zones get mixed and matched. The latest update to a new version of a file may have a date earlier than someone elses old version, meaning it won't be recompiled, or, a new file may have a date later than others meaning DevStudio repeatedly wants to recompile everything.

The solution to this is:

  1. Get everyone to set their computer to the same time. This may work for some, but can be extremely inconvenient to others, or
  2. Re-stamp the time on your files before sending them off to your colleagues.

I chose the latter, which meant I had to come up with a way to restamp file times. Enter TimeStamp.

This is as basic a "Touch" program as you'll find. Just enter in the offset in days, hours and minutes (positive will push file times into the future, negative into the past), select your files, then hit "Go". Simple.

Each file selected (either a single file or a complete directory tree) has it's "Last Modified" time set to the current time plus the offset that you choose.

The program remembers the last offset you've set, the last 10 files and directories you've stamped, and it's last screen location.

Thanks to:

  • Chris Losinger - Drop Edit
  • Vladimir Kvashin, Girish Bharadwaj and Lars Klose - Directory picker class
  • Davide Calibro - Flat buttons

History

  • 15 July 2009 - Added ability to set file times relative to the original file's time. Also compiles in VC9.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder CodeProject
Canada Canada
Chris Maunder is the co-founder of CodeProject and ContentLab.com, and has been a prominent figure in the software development community for nearly 30 years. Hailing from Australia, Chris has a background in Mathematics, Astrophysics, Environmental Engineering and Defence Research. His programming endeavours span everything from FORTRAN on Super Computers, C++/MFC on Windows, through to to high-load .NET web applications and Python AI applications on everything from macOS to a Raspberry Pi. Chris is a full-stack developer who is as comfortable with SQL as he is with CSS.

In the late 1990s, he and his business partner David Cunningham recognized the need for a platform that would facilitate knowledge-sharing among developers, leading to the establishment of CodeProject.com in 1999. Chris's expertise in programming and his passion for fostering a collaborative environment have played a pivotal role in the success of CodeProject.com. Over the years, the website has grown into a vibrant community where programmers worldwide can connect, exchange ideas, and find solutions to coding challenges. Chris is a prolific contributor to the developer community through his articles and tutorials, and his latest passion project, CodeProject.AI.

In addition to his work with CodeProject.com, Chris co-founded ContentLab and DeveloperMedia, two projects focussed on helping companies make their Software Projects a success. Chris's roles included Product Development, Content Creation, Client Satisfaction and Systems Automation.

Comments and Discussions

 
GeneralRe: Helpful for timebomb sharewares Pin
Christian Graus27-Nov-02 17:07
protectorChristian Graus27-Nov-02 17:07 
GeneralBest of breed Pin
Tom Archer27-Nov-02 4:33
Tom Archer27-Nov-02 4:33 
GeneralRe: Best of breed Pin
Brian Delahunty27-Nov-02 4:47
Brian Delahunty27-Nov-02 4:47 
GeneralRe: Best of breed Pin
Tom Archer27-Nov-02 5:57
Tom Archer27-Nov-02 5:57 
GeneralRe: Best of breed Pin
Chris Maunder27-Nov-02 6:27
cofounderChris Maunder27-Nov-02 6:27 
GeneralRe: Best of breed Pin
Brian Delahunty28-Nov-02 3:33
Brian Delahunty28-Nov-02 3:33 
GeneralRe: Best of breed Pin
Tom Archer28-Nov-02 3:59
Tom Archer28-Nov-02 3:59 
GeneralRe: Best of breed Pin
Richard Jones28-Nov-02 9:13
Richard Jones28-Nov-02 9:13 
Well, bulls "service" cows. Go from there.
GeneralRe: Best of breed Pin
Tom Archer28-Nov-02 13:08
Tom Archer28-Nov-02 13:08 
GeneralRe: Best of breed Pin
Chris Maunder30-Nov-02 7:20
cofounderChris Maunder30-Nov-02 7:20 
GeneralRe: Best of breed Pin
Ravi Bhavnani27-Nov-02 10:06
professionalRavi Bhavnani27-Nov-02 10:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.