[root@beyes phpBB3]# ls -al code.html
-rw-r--r-- 1 root root 6546 Sep 9 16:31 code.html
[root@beyes phpBB3]# touch code.html
[root@beyes phpBB3]# ls -al code.html
-rw-r--r-- 1 root root 6546 Sep 9 19:25 code.html
#include "stdafx.h"
int _tmain(int argc, _TCHAR* argv[])
{
SYSTEMTIME sysTime;
FILETIME fileTime;
HANDLE hFile;
hFile = CreateFile(_T("123.txt"), GENERIC_READ|GENERIC_WRITE, 0, NULL,OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
GetSystemTime (&sysTime);
SystemTimeToFileTime (&sysTime, &fileTime);
SetFileTime(hFile, (LPFILETIME)NULL, (LPFILETIME)NULL, &fileTime);
return 0;
}
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |