Next thinBasic will have a set of new functions inside zLib module able to handle ZIP files.
So far I've added the following:
- ZLib_Version
- ZLib_AddToZip(File, ZipFile)
- ZLib_ListFiles(ZipFile)
- ZLib_AddToZipEx(File, ZipFile, Flags)
- ZLib_FindFile(File, ZipFile)
- ZLib_ExtractFromZip(ZipFile, OutputDir)
I'm still working on those functions (and also working on understanding zLib library) so maybe the syntax will change for some of them.
Ciao
Eros
Bookmarks