@Decipher
Hello, may i ask someone to be that kind and provide example how to zip 2 files using this, im sure wonderfull work, that i just can't figure out how to use yet,
i got the attachements, and also got errors with basic example provided by the author, i figured out theres no :
_SevenZip_Exec
" function, but rather: "_SevenZip_Extract"
however i got errors :
"Return SetError(@error, "", $aRet[0])
Return SetError(@error, "", $aRet^ ERROR"
both when i use mentioned function, or "_SevenZip_CheckArchive"
for example:
#include "7-Zip.au3"
_SevenZip_Load()
_SevenZip_CheckArchive("C:\Users\24\Desktop\moto\7-Zip-Library.7z")
MsgBox(4096, "aret", $aRet) ;
_SevenZip_Free()
Exit
i got LZMA.au3, memorydll.au3 in the folder as well as in the autoit3/include/ and 7-Zip.au3 in the folder
Can i ask for support please?
I just need to unzip .zip files, edit texts and zip again,
Edit:
ok screw it, for the posterity, this works like CHARM: https://www.autoitscript.com/forum/topic/116565-zip-udf-zipfldrdll-library/?tab=comments#comment-813281
Best Regards!