Class Zip::ZipFileSystem::ZipFsDir
In: lib/zip/zipfilesystem.rb
Parent: Object

Instances of this class are normally accessed via the accessor ZipFile::dir. An instance of ZipFsDir behaves like ruby‘s builtin Dir (class) object, except it works on ZipFile entries.

The individual methods are not documented due to their similarity with the methods in Dir

Methods

chdir   chroot   delete   entries   foreach   getwd   mkdir   new   new   open   pwd   rmdir   unlink  

Attributes

file  [W] 

Public Class methods

Public Instance methods

getwd()

Alias for pwd

rmdir(entryName)

Alias for delete

unlink(entryName)

Alias for delete

[Validate]