BOOL SetFileTime( HANDLE hFile, // handle to file CONST FILETIME *lpCreationTime, // creation time CONST FILETIME *lpLastAccessTime, // last-access time CONST FILETIME *lpLastWriteTime // last-write time );