zipios 2.3.4
Zipios -- a small C++ library providing easy access to .zip files.
|
Implementation of zipios::DirectoryCollection. More...
#include "zipios/directorycollection.hpp"
#include "zipios/zipiosexceptions.hpp"
#include <fstream>
#include <dirent.h>
#include <errno.h>
Go to the source code of this file.
Namespaces | |
namespace | zipios |
The zipios namespace includes the Zipios library definitions. | |
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.