Click to See Complete Forum and Search --> : How to change file create time?


flysnow
December 30th, 2002, 09:45 PM
How to change file create time on Windows and Unix ? Is there a stand C route or system API function ?


Thanks in Advance !

Kheun
December 30th, 2002, 10:18 PM
Use SetFileTime() API for Windows.

Sorry, can't provide any help for Unix.