|
zipios
2.2.0
Zipios – a small C++ library that provides 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 | |
| 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.
1.8.11