fs.h File Reference

#include <string>
#include <dirent.h>
#include <memory>
#include <sys/types.h>
#include <sys/stat.h>
Include dependency graph for fs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  wibble::sys::fs::Directory
 Nicely wrap access to directories. More...
class  wibble::sys::fs::Directory::const_iterator

Namespaces

namespace  wibble
namespace  wibble::sys
namespace  wibble::sys::fs

Functions

std::auto_ptr< struct stat > wibble::sys::fs::stat (const std::string &pathname)
 stat() the given file and return the struct stat with the results.
bool wibble::sys::fs::access (const std::string &s, int m)
 access() a filename
std::string wibble::sys::fs::abspath (const std::string &pathname)
 Get the absolute path of a file.
void wibble::sys::fs::mkdirIfMissing (const std::string &dir, mode_t mode)
 Create the given directory, if it does not already exists.
void wibble::sys::fs::mkpath (const std::string &dir)
 Create all the component of the given directory, including the directory itself.
void wibble::sys::fs::mkFilePath (const std::string &file)
 Ensure that the path to the given file exists, creating it if it does not.
std::string wibble::sys::fs::readFile (const std::string &file)
 Read file into memory. Throws exceptions on failure.
void wibble::sys::fs::writeFile (const std::string &file, const std::string &data)
bool wibble::sys::fs::deleteIfExists (const std::string &file)
 Delete a file if it exists.
bool wibble::sys::fs::isDirectory (const std::string &pathname)
 Returns true if the given pathname is a directory, else false.
Generated on Wed May 12 10:50:17 2010 for wibble by  doxygen 1.6.3