Athena IO Library
athena::Dir Class Reference
Collaboration diagram for athena::Dir:
Collaboration graph

Public Member Functions

 Dir (const std::string &path)
 
std::string absolutePath () const
 
bool isDir () const
 
std::vector< FileInfofiles () const
 
bool cd (const std::string &path)
 
bool rm (const std::string &path)
 
bool touch ()
 

Static Public Member Functions

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)
 

Detailed Description

Definition at line 13 of file Dir.hpp.


The documentation for this class was generated from the following file: