get file properties
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
How to get the file properities programatically.For ex get the last visited time of a file.
-
How to get the file properities programatically.For ex get the last visited time of a file.
VC++ provides a series of file functions, this is one of them, search for "file functions" in MSDN and choose function to meet your requirement... all the best
-
How to get the file properities programatically.For ex get the last visited time of a file.
You can use of
FindFirstFile
orGetFileAttributes
.