My Study/Function
SetFileTime
sharememory
2010. 2. 24. 14:27
BOOL WINAPI SetFileTime(
__in HANDLE hFile,
__in_opt const FILETIME *lpCreationTime,
__in_opt const FILETIME *lpLastAccessTime,
__in_opt const FILETIME *lpLastWriteTime
);
특정 파일이나 폴더의 시간을 수정시켜 버림!
성공하면 0 아닌 값
__in HANDLE hFile,
__in_opt const FILETIME *lpCreationTime,
__in_opt const FILETIME *lpLastAccessTime,
__in_opt const FILETIME *lpLastWriteTime
);
특정 파일이나 폴더의 시간을 수정시켜 버림!
성공하면 0 아닌 값