The GetFileTime function retrieves the date and time that a file was created, last accessed, and last modified.
BOOL GetFileTime(
HANDLE hFile, |
// identifies the file |
LPFILETIME lpCreationTime, |
// address of creation time |
LPFILETIME lpLastAccessTime, |
// address of last access time |
LPFILETIME lpLastWriteTime |
// address of last write time |
); |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
The FAT and New Technology file systems support the file creation, last access, and last write time values.
Windows 95: The precision of the time for a file in a FAT file system is 2 seconds. The time precision for files in other file systems, such as those connected through a network depends on the file system but may also be limited by the remote device.
FILETIME, GetFileSize, GetFileType, SetFileTime
file: /Techref/os/win/api/win32/func/src/f32_1.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/3 01:08,
18.226.88.141:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/Techref/os/win/api/win32/func/src/f32_1.htm"> GetFileTime</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.