mirror of
https://github.com/simplex-chat/zip.git
synced 2026-06-03 09:17:33 +00:00
26b5746cbe
It was very hard to set permissions using this library, as the permissions were not properly documented. Here we try to solve the problem in 2 ways: 1. We add a low level documentation that explains how to work with permissions. 2. We introduce unix specific helpers that allow to describe permissions in a human readable way. Unfortunately making those helpers OS agnostic is a pretty hard task we enable them only on the Unix platforms.