-
Notifications
You must be signed in to change notification settings - Fork 86
Index of Module zip
mgorges edited this page Oct 1, 2014
·
3 revisions
Module: zip
The zip module provides minimal bindings for the libzip archive library.
Note Only reading is implemented at the moment
Function | Short Description |
---|---|
(zip-open fname flags) | open zip archive |
(zip-get-num-entries fptr) | get number of files in archive |
(zip-name-locate fptr fname flags) | get index of file by name |
(zip-get-name fptr pos flags) | get name of file by index |
(zip-fopen fname idx flags) | open file in zip archive for reading |
(zip-fopen-index fname flags idx) | open file in zip archive for reading |
(zip-fread fptr u8vec) | read from file |
(zip-fclose fptr idx) | close file in zip archive |
(zip-close fptr flags) | close zip archive |
(zip-discard fptr) | close zip archive and discard changes |
(zip-dir zipfile) | Get list of files in zip archive |
(zipentry->u8vector zipfile filename) | Load contents of file in zip archive as u8vector |
(zipentry->file zipfile zipfilename . dstfile) | Extract file from zip archive |
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip