zipios++  2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
Namespaces
directorycollection.cpp File Reference

Implementation of zipios::DirectoryCollection. More...

#include "zipios++/directorycollection.hpp"
#include "zipios++/zipiosexceptions.hpp"
#include <fstream>
#include <dirent.h>
#include <errno.h>
Include dependency graph for directorycollection.cpp:

Go to the source code of this file.

Namespaces

 zipios
 The zipios namespace includes the Zipios++ library definitions.
 

Detailed Description

This file includes the implementation of the zipios::DirectoryCollection class, which is used to read a directory from disk and create a set of zipios::DirectoryEntry objects.

Definition in file directorycollection.cpp.