|
| Dir (const std::string &path) |
|
std::string | absolutePath () const |
|
bool | isDir () const |
|
std::vector< FileInfo > | files () const |
|
bool | cd (const std::string &path) |
|
bool | rm (const std::string &path) |
|
bool | touch () |
|
|
static std::string | absolutePath (const std::string &path) |
|
static bool | isDir (const std::string dir) |
|
static bool | mkdir (const std::string &dir, mode_t mode=0755) |
|
static bool | mkpath (const std::string &path, mode_t mode=0755) |
|
Definition at line 13 of file Dir.hpp.
The documentation for this class was generated from the following file: