1.211 VFS.ZipFile
Defined in namespace Smalltalk.VFS
Superclass: VFS.ArchiveFile
Category: Streams-Files
ZipFile transparently extracts files from a ZIP archive.
1.211.1 VFS.ZipFile: members
(instance)
1.211.1 VFS.ZipFile: members
centralDirectoryRangeIn: f
Not commented.
createDirectory: dirName
Create a subdirectory of the receiver, naming it dirName.
extractMember: anArchiveMember into: temp
Extract the contents of anArchiveMember into a file that resides on disk, and answer the name of the file.
fileData
Extract the directory listing from the archive
member: anArchiveMember mode: bits
Set the permission bits for the file in anArchiveMember.
removeMember: anArchiveMember
Remove the member represented by anArchiveMember.
updateMember: anArchiveMember
Update the member represented by anArchiveMember by copying the file into which it was extracted back to the archive.
This document was generated on
August, 19 2010
using
texi2html