Przemyslaw Czerpak escribió:
On Sat, 12 Jul 2008, Guillermo Varona wrote:
Any tip / hint for this?
How can get the date of creation the folder in Windows?
DIRECTORY () returns me to change the date of the folder.

source/rtl/hbffind.c[623]:
   if( FileTimeToLocalFileTime( &info->pFindFileData.ftLastWriteTime, &ft ) &&
change to:
   if( FileTimeToLocalFileTime( &info->pFindFileData.ftCreationTime, &ft ) &&


Thank you, it worked perfect!
The only thing I'm going to have to make my own version of Harbour.

Best Regards
GVS
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to