1. Get file date/time?
- Posted by AndyDrummond Jun 10, 2009
- 1004 views
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
2. Re: Get file date/time?
- Posted by jacques_desch Jun 10, 2009
- 987 views
Why don't you use the dir() function on this file?
jacques
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
3. Re: Get file date/time?
- Posted by jimcbrown (admin) Jun 10, 2009
- 1015 views
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.
4. Re: Get file date/time?
- Posted by AndyDrummond Jun 10, 2009
- 974 views
dir() !
I knew it was simple - I just couldn't think.
Thank you....
Andy
5. Re: Get file date/time?
- Posted by otterdad Jun 10, 2009
- 1037 views
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.
Luckily, it's already been wrapped. Enjoy!