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

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

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

Methods

atime   basename   blockdev?   chardev?   chmod   chown   ctime   delete   directory?   dirname   executable?   executable_real?   exist?   exists?   expand_path   file?   foreach   ftype   grpowned?   join   link   lstat   mtime   new   new   open   owned?   pipe   pipe?   popen   read   readable?   readable_real?   readlines   readlink   rename   setgid?   setuid?   size   size?   socket?   split   stat   sticky?   symlink   symlink?   truncate   umask   unlink   utime   writable?   writable_real?   zero?  

Classes and Modules

Class Zip::ZipFileSystem::ZipFsFile::ZipFsStat

Attributes

dir  [W] 

Public Class methods

Public Instance methods

executable_real?(fileName)

Alias for executable?

exist?(fileName)

Alias for exists?

grpowned?(fileName)

Alias for exists?

lstat(fileName)

Alias for stat

owned?(fileName)

Alias for exists?

readable_real?(fileName)

Alias for readable?

Returns nil for not found and nil for directories

unlink(*args)

Alias for delete

writable_real?(fileName)

Alias for writable?

[Validate]