#include <fs.h>
Public Types | |
typedef std::vector< std::string > | type |
Public Member Functions | |
subdirectory () | |
C'tor. | |
subdirectory (const subdirectory &a_class) | |
C'tor. | |
subdirectory (const std::string a_path, const std::string a_filter="*") | |
C'or. | |
~subdirectory () | |
D'tor. | |
void | assign (const subdirectory &a_class) |
Assign the contents of a given subdirectory to this subdirectory. | |
const type & | path (const std::string a_path, const std::string a_filter="*") |
Return a vector of strings of a list of files in a subdirectory. | |
subdirectory & | operator= (const subdirectory &a_class) |
Pathnames to the files are not included.
Definition at line 268 of file fs.h.
|
|
|
C'tor.
|
|
C'tor.
Definition at line 1282 of file fs.cc. References assign(). |
Here is the call graph for this function:
|
C'or.
Definition at line 1288 of file fs.cc. References path(). |
Here is the call graph for this function:
|
D'tor.
|
|
Assign the contents of a given subdirectory to this subdirectory.
Definition at line 1300 of file fs.cc. Referenced by operator=(), and subdirectory(). |
|
Definition at line 1354 of file fs.cc. References assign(). |
Here is the call graph for this function:
|
Return a vector of strings of a list of files in a subdirectory. Files in the list do not contain the pathname to the file. Only filenames that match the given wildcard filter will be listed. Definition at line 1311 of file fs.cc. References ERROR, filestatus::path(), TRY, and TRY_nomem. Referenced by catalog_manager::catalog(), catalog_manager::erase(), vault_manager::get_archive_list(), job_archiver::mf_do_chores(), directory::path(), rm_recursive(), vault_manager::select(), subdirectory(), test_rvm(), test_subdirectory(), and test_subdirectory_sub(). |
Here is the call graph for this function: