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
Printable View
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
BOOL SetFileTime(
HANDLE hFile,
const FILETIME* lpCreationTime,
const FILETIME* lpLastAccessTime,
const FILETIME* lpLastWriteTime
);
I am so dumm not finding that, thank you for killin' my blindness ;)
thx, again