|
|
static std::vector< std::string > & | search (std::vector< std::string > &file, const std::string &path, const std::string ®ex) throw (PathException) |
| |
|
static std::string | create (const std::vector< std::string > &path, mode_t mode=0750, uid_t uid=-1, gid_t gid=-1) throw (PathException) |
| |
|
static std::string | create (const std::string &path, mode_t mode=0750, uid_t uid=-1, gid_t gid=-1) throw (PathException) |
| |
|
static void | unlink (const std::string &path) throw (PathException) |
| |
|
static uint64_t | getPartitionSize (const std::string &path) throw (PathException) |
| |
|
static uint64_t | getPartitionUsed (const std::string &path) throw (PathException) |
| |
|
static uint64_t | getPartitionFree (const std::string &path) throw (PathException) |
| |
|
static double | getPartitionFull (const std::string &path) throw (PathException) |
| |
Definition at line 24 of file Path.h.
The documentation for this class was generated from the following files:
- /home/sella/digitalgenesis/libutil++/releases/rpm/BUILD/libutil++-1.9.3/src/sella/util/Path.h
- /home/sella/digitalgenesis/libutil++/releases/rpm/BUILD/libutil++-1.9.3/src/sella/util/Path.cpp