Re: Get file date/time?
- Posted by jimcbrown (admin) Jun 10, 2009
- 1129 views
AndyDrummond said...
Can any of you worthy people tell me how to find a file's date & time, please? The file is open and I have its handle, if that helps. And I am using Eu 3, not 4, and Win32Lib. I have looked and looked and can't find how to get this simple info.
Andy
You will need to wrap this, http://msdn.microsoft.com/en-us/library/ms724320(VS.85).aspx - assuming that Win32Lib has not already wrapped it, that is.
If it has, you should be able to find the right win32lib function to call by checking the source for the name of that function.

