Hi
I am trying to use the Archiver library to create a ZIP File,
and when I run this code:
I get this error:
Is this a permission problem?
Should I add anything to the project?
Thank you
I am trying to use the Archiver library to create a ZIP File,
and when I run this code:
B4X:
Dim O_Archiver As Archiver
O_Archiver.ZipFolder("/sdcard/Alarms/","/sdcard/","MyFirstZIP.zip","NoneForNow")
I get this error:

Is this a permission problem?
Should I add anything to the project?
Thank you