Hi, I have a little program that compress files to zip format by adding files with parameter <lOverWrite> setting to .T. for first file (to create the zip file) and the following files with <lOverWrite> setting to .F. to add files to ZIP.
Sample: function main ferase( "pepe.zip" ) HB_ZIPFILE( "pepe.zip" , "minilib.mip" , 8 , NIL , *.T.* , NIL , .T. , .F. ) ? "First file Added. Press any key to continue" inkey(0) HB_ZIPFILE( "pepe.zip" , "fileinfo.prg" , 8 , NIL , *.F.* , NIL , .T. , .F. ) ? "Finished. Press any key to continue" inkey(0) Return .T. but when the process finished, "pepe.zip" only have the last file..... Can anyone help me. This routine working fine in the past. Thanks in advance OS: Windows XP Harbour 2.1.0beta1 (Rev. 14394) -- Saludos/Regards/Abraços CdQ
_______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour