I want to change/modify the file creation/modified date of a (any) file. I want the sufficient API to change the file creation/modified time. I tried to do that using GetFileTime/SetFileTime win32-api functions. Can any body help me? If so, please give me the demo code using the necessary API calls.