libutil++  1.9.3
 All Classes Functions Variables
Static Public Member Functions | List of all members
sella::util::Path Class Reference

Static Public Member Functions

static std::vector< std::string > & search (std::vector< std::string > &file, const std::string &path, const std::string &regex) 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)
 

Detailed Description

Definition at line 24 of file Path.h.


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