A handler to the content of a directory.
More...
#include <CRNIO.h>
A handler to the content of a directory.
A Directory object contains a list of files and a list of subdirectories
Definition at line 116 of file CRNIO.h.
IO::Directory::Directory |
( |
const Path & |
path | ) |
|
Constructor.
Reads the content of a directory
- Exceptions
-
- Parameters
-
[in] | path | the path of the directory to read |
Definition at line 311 of file CRNIO.cpp.
const std::vector<Path>& crn::IO::Directory::GetDirs |
( |
| ) |
const |
|
inline |
Returns the list of directories.
Definition at line 124 of file CRNIO.h.
const std::vector<Path>& crn::IO::Directory::GetFiles |
( |
| ) |
const |
|
inline |
Returns the list of files.
Definition at line 122 of file CRNIO.h.
The documentation for this class was generated from the following files:
- /home/travis/build/Liris-Pleiad/libcrn/src/libcrn/CRNIO/CRNIO.h
- /home/travis/build/Liris-Pleiad/libcrn/src/libcrn/CRNIO/CRNIO.cpp