For the purposes of managing ZIP archives, the system has a set of 1C:Enterprise language objects:
Those objects allow unzipping and zipping archives. Passwords are supported. A ZIP archive may be a file or array of binary data.
Reading of ZIP archives grants access to specific items of the archive and their properties. This way the user can only extract the items they need. In archives, file names are written in UTF8.
Next page: Binary data management