Revision: 12792 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12792&view=rev Author: vszakats Date: 2009-10-30 16:19:18 +0000 (Fri, 30 Oct 2009)
Log Message: ----------- 2009-10-30 17:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL * Minor fix to UPX supported platforms. * contrib/hbmisc/Makefile + contrib/hbmisc/ffind.c + Added direct file find API from my own function collection: FILEFINDFIRST( <cFileNameMask>, @<ffindinfo>[, <nAttr> ] ) -> <lFound> FILEFINDNEXT( <ffindinfo> ) -> <lFound> FILEFINDNAME( <ffindinfo> ) -> <cFileName> (without drive/dir) FILEFINDATTR( <ffindinfo> ) -> <nAttr> FILEFINDSIZE( <ffindinfo> ) -> <nSize> FILEFINDDATE( <ffindinfo> ) -> <dDate> FILEFINDTIME( <ffindinfo> ) -> <cTime> (as "HH:MM:SS") It's an alternative to DIRECTORY()/FILE() functions. ; NOTE: To release the file find handle on some platforms (like Windows), and allow deletion of the dir we've been scanning, <ffindinfo> should go out of scope or be explicitly release by freeing <ffindinfo> variable. To make this easy, some may want to add: #xtranslate FILEFINDCLOSE( <f> ) => \( <f> := NIL \) #xtranslate FILEFINDCLOSE( @<f> ) => \( <f> := NIL \) ; NOTE: Could be extended to return new timestamp format. * contrib/rddads/adsfunc.c + Added lAlive := AdsIsConnectionAlive( hConnection ) function. Borrowed from Augusto Infante / xhb. Three small fixes applied. Modified Paths: -------------- trunk/harbour/ChangeLog trunk/harbour/INSTALL trunk/harbour/contrib/hbmisc/Makefile trunk/harbour/contrib/rddads/adsfunc.c Added Paths: ----------- trunk/harbour/contrib/hbmisc/ffind.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour