doxygen
|
Class representing a directory in the file system. More...
#include <dir.h>
Classes | |
struct | Private |
Public Member Functions | |
Dir (const std::string &path) | |
Dir (const Dir &d) | |
Dir & | operator= (const Dir &d) |
void | setPath (const std::string &path) |
std::string | path () const |
DirIterator | iterator () const |
bool | isEmpty (const std::string subdir) const |
bool | exists () const |
std::string | filePath (const std::string &path, bool acceptsAbsPath=true) const |
bool | exists (const std::string &path, bool acceptsAbsPath=true) const |
bool | mkdir (const std::string &path, bool acceptsAbsPath=true) const |
bool | rmdir (const std::string &path, bool acceptsAbsPath=true) const |
bool | remove (const std::string &path, bool acceptsAbsPath=true) const |
bool | rename (const std::string &orgName, const std::string &newName, bool acceptsAbsPath=true) const |
bool | copy (const std::string &src, const std::string &dest, bool acceptsAbsPath=true) const |
std::string | absPath () const |
bool | isRelative () const |
Class representing a directory in the file system.