Is there way to set file creation time effectively?
Bernard Chong
sledge76 at hotmail.com
Fri Feb 18 11:47:01 GMT 2005
utimes() works well when I try to set modification time and access time.
And if the target creation time is earlier than the original file creation
time,
it works too.
But, utimes() does not seem to work with the target creation time of later
than
the original time.
The bypass solution is to copy the file and apply utimes() to the copied
file, which
seems to brute.
Is there any effective way to change the file creation time?
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
More information about the freebsd-questions
mailing list