You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking for a way to compress folders and files therein during app execution (i.e. to upload a single file or create a backup) .
The zip module seems to only support reading zip files.
There are also the file-compress and packtool but also those seem to only support decompression.
I am looking for a way to compress folders and files therein during app execution (i.e. to upload a single file or create a backup) .
The
zip
module seems to only support reading zip files.There are also the file-compress and packtool but also those seem to only support decompression.
https://github.com/part-cw/lambdanative/blob/4fa37ef4392cc218a86b7dee7813f87797a20320/modules/ln_core/file-compress.scm
https://github.com/part-cw/lambdanative/blob/4fa37ef4392cc218a86b7dee7813f87797a20320/modules/ln_core/packtool.scm
the packtool writing function seems to be in the app folder, but rather specialized for the deployment of the app packages?
https://github.com/part-cw/lambdanative/blob/4fa37ef4392cc218a86b7dee7813f87797a20320/apps/packtool/main.scm
Do I miss something?
The text was updated successfully, but these errors were encountered: