View Full Version : Question please answer me
asfour4all
06-09-2003, 03:14 PM
How to Get file time date created
This has been asked a couple different times, and I've not seen an solution posted yet.
If you know anything about the Windows API, try looking through this site for an API call that might help (http://www.allapi.net)
Brett
06-09-2003, 05:42 PM
It is easy to do through the Windows API, although I doubt that it will be possible with our DLL.CallFunction action due to the need for pointers, etc. Maybe I (or Worm /ubbthreads/images/icons/smile.gif) will whip up a DLL that can return it as a string.
Hint to DLL maker: Look for WIN32_FIND_DATA, FindFirstFile, FileTimeToLocalFileTime, FileTimeToSystemTime in MSDN
or
Use CFile::GetStatus() from MFC.
/ubbthreads/images/icons/smile.gif
eric_darling
06-10-2003, 12:11 AM
I love it when you guys talk "Programmer." /ubbthreads/images/icons/smile.gif
asfour4all
06-10-2003, 02:20 AM
Thank you Brett
thank you worm
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.