Name

— (../../zzip/info.c) zzip_dirhandle, zzip_dirfd

Synopsis

 #include <zziplib.h>
ZZIP_DIR * zzip_dirhandle(); 
 ;
int zzip_dirfd(); 
 ;

Description

The zzip_dirhandle function will just return fp->dir

If a ZZIP_FILE is contained within a zip-file that one will be a valid pointer, otherwise a NULL is returned and the ZZIP_FILE wraps a real file.

The zzip_dirfd function will just return dir->fd

If a ZZIP_DIR does point to a zipfile then the file-descriptor of that zipfile is returned, otherwise a NULL is returned and the ZZIP_DIR wraps a real directory DIR (if you have dirent on your system).

Author

Copyright

(c) 2000,2001,2002 Guido Draheim 
           All rights reserved, 
           use under the restrictions of the 
           Lesser GNU General Public License 
           note the additional license information  
           that can be found in COPYING.ZZIP