Please,
I need a test in VISTA.
I use XP and in this moment is very difficult for me to test it in Vista.
It seems that this little program does not create a regular zip file but an empty one.
FUNCTION MAIN
LOCAL aFile := {}
AADD( aFile , "file1.txt" )
AADD( aFile , "file2.txt" )
HB_ZIPFILE( "ziptest.zip" , aFile, 9 )
RETURN NIL
Is there a volunteer to test it?
Thanks in advance
Marco