Module Filesystem.Zip
- Method
create
voidFilesystem.Zipcreate(stringfilename,void|Filesystem.Baseparent,void|objectfile)- Description
Filesystem which can be used to mount a ZIP file.
- Parameter
filename The tar file to mount.
- Parameter
parent The parent filesystem. If non is given, the normal system filesystem is assumed. This allows mounting a ZIP-file within a zipfile.
- Parameter
file If specified, this should be an open file descriptor. This object could e.g. be a Stdio.File or similar object.