#include <fs.h>
Public Types | |
typedef std::vector< std::string > | type |
Public Member Functions | |
directory () | |
C'tor. | |
directory (const directory &a_class) | |
C'tor. | |
directory (const std::string &a_str) | |
C'tor. | |
~directory () | |
D'tor. | |
const type & | path (const std::string &a_path) |
Retrieve a list of paths that match the wildcard path given. |
Pathnames to the files are included. Depending on the wildcard path given, files listed may be in multiple directories.
Definition at line 295 of file fs.h.
|
|
|
C'tor.
|
|
C'tor.
|
|
C'tor.
Definition at line 1423 of file fs.cc. References path(). |
Here is the call graph for this function:
|
D'tor.
|
|
Retrieve a list of paths that match the wildcard path given.
Definition at line 1434 of file fs.cc. References exists(), subdirectory::path(), filestatus::path(), reform_path(), and TRY_nomem. Referenced by directory(), and test_directory(). |
Here is the call graph for this function: