Functions for handling ZIP files.
Functions for handling ZIP files.
(new-file destination-dir entry)
Safely generates a new file for the zip entry. Throws an exception, if the entry is outside of the destination directory to prevent a Zip Slip vulnerability.
Safely generates a new file for the zip entry. Throws an exception, if the entry is outside of the destination directory to prevent a Zip Slip vulnerability.
(unzip-file zip-file-path destination-path)
Unzips the zip file into the destination path.
Unzips the zip file into the destination path.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |