Hello,
Needs help on zip function or library for linux like PureZip.
Any ideas?
Thank you.
Zip Function for Linux
Re: Zip Function for Linux
Code: Select all
ImportC "-zlib.a"
compress2(*dest, *destLen, *source, sourceLen.i, level.i)
uncompress(*dest, *destLen, *source, sourceLen)
EndImport
the pointer to *destlen is the compressed size
write the data to file
Windows 11, Manjaro, Raspberry Pi OS


Re: Zip Function for Linux
Tnx idle.
How about compressing multiple file or adding file to the existing zip file?
How about compressing multiple file or adding file to the existing zip file?
Re: Zip Function for Linux
Windows 11, Manjaro, Raspberry Pi OS


Re: Zip Function for Linux
Tnx idle.
I'll try it.
I'll try it.
Re: Zip Function for Linux
@Idle:
I tried it but it doesn't support zip file.
I tried it but it doesn't support zip file.
