in reply to Changing file modification timestamp

utime is probably what you want (a knowledge of the POSIX C api can be handy).

  • Comment on Re: Changing file modification timestamp

Replies are listed 'Best First'.
Re^2: Changing file modification timestamp
by monktim (Friar) on Jun 04, 2007 at 15:12 UTC
    That worked great! You got me, I'm a Windos guy. Thanks.