spork/zip/stat
spork
cfunction
src/zip.c on line 149, column 1
(zip/stat reader idx)
Get stat information of file. Returns a new struct with the
following fields:
* :index - integer index in master directory
* :version-made-by - zip verstion
* :version-needed - zip version needed to unzip
* :bit-flag
* :method - compression method
* :time - file time
* :crc32 - checksum of file contents
* :comp-size - size of file when compressed
* :uncomp-size - size of file when uncompressed
* :filename
* :comment
* :internal-attr
* :external-attr