2007-11-09 00:09 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/tip/ftpcln.prg
* converted TABs to SPACEs
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2007-11-09 00:09 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/contrib/tip/ftpcln.prg
|
||||
* converted TABs to SPACEs
|
||||
|
||||
2007-11-08 22:57 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/make_xmingw.sh
|
||||
* minor modification in one message
|
||||
|
||||
@@ -83,16 +83,16 @@
|
||||
/* 2007-09-08 21:34 UTC+0100 Patrick Mast <patrick/dot/mast/at/xharbour.com>
|
||||
* source\tip\ftpcln.prg
|
||||
* Formatting
|
||||
+ METHOD StartCleanLogFile()
|
||||
Starts a clean log file, overwriting current logfile.
|
||||
+ METHOD fileSize( cFileSpec )
|
||||
Calculates the filesize of the given files specifications.
|
||||
+ DATA cLogFile
|
||||
Holds the filename of the current logfile.
|
||||
! Fixed logfilename in New(), now its not limited to 9999 log files anymore
|
||||
! Fixed MGet() due to changes in HB_aTokens()
|
||||
! Fixed listFiles() due to changes in HB_aTokens()
|
||||
! listFiles() is still buggy. Needs to be fixed.
|
||||
+ METHOD StartCleanLogFile()
|
||||
Starts a clean log file, overwriting current logfile.
|
||||
+ METHOD fileSize( cFileSpec )
|
||||
Calculates the filesize of the given files specifications.
|
||||
+ DATA cLogFile
|
||||
Holds the filename of the current logfile.
|
||||
! Fixed logfilename in New(), now its not limited to 9999 log files anymore
|
||||
! Fixed MGet() due to changes in HB_aTokens()
|
||||
! Fixed listFiles() due to changes in HB_aTokens()
|
||||
! listFiles() is still buggy. Needs to be fixed.
|
||||
*/
|
||||
|
||||
#include "directry.ch"
|
||||
|
||||
Reference in New Issue
Block a user