How to change file create time on Windows and Unix ? Is there a stand C route or system API function ?
Thanks in Advance !
Printable View
How to change file create time on Windows and Unix ? Is there a stand C route or system API function ?
Thanks in Advance !
Use SetFileTime() API for Windows.
Sorry, can't provide any help for Unix.