FILETIME ftCreate,
ftLocal;
GetFileTime(hFile, &ftCreate, ...);
FileTimeToLocalFileTime(&ftCreate, &ftLocal);
FILETIME ftSystem;
SYSTEMTIME st;
GetSystemTime(&st);
SystemTimeToFileTime(&st, &ftSystem);
Now you can compare ftLocal with ftSystem.
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow