Click to See Complete Forum and Search --> : filetimes


NoHero
July 15th, 2004, 03:50 AM
Does anybody know how to set the lastmodified/opened filetime for a specified file WITHOUT using the function TouchFileTime from imagehelper ...

does anybody know that?

thx in advance
regards flo

AdaraCD
July 15th, 2004, 04:16 AM
BOOL SetFileTime(
HANDLE hFile,
const FILETIME* lpCreationTime,
const FILETIME* lpLastAccessTime,
const FILETIME* lpLastWriteTime
);

NoHero
July 15th, 2004, 04:38 AM
I am so dumm not finding that, thank you for killin' my blindness ;)

thx, again