Back: VFS.TmpFileArchiveMember-still unclassified Up: Base classes Forward: VFS.ZipFile-members   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.207 VFS.ZipFile

Defined in namespace Smalltalk.VFS
Superclass: VFS.ArchiveFile
Category: Streams-Files
ZipFile transparently extracts files from a ZIP archive.

1.207.1 VFS.ZipFile: members  (instance)


1.207.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.



Back: VFS.ZipFile Up: VFS.ZipFile Forward: Warning   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on April, 16 2013 using texi2html