Defines functions related to directory handling. More...
#include <config.h>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | util |
Various utility classes for generic programming. | |
Functions | |
std::string | util::absoluteDir (std::string filename, std::string current_dir=std::string()) |
Returns the absolute path of filename . |
Defines functions related to directory handling.
Definition in file dir.h.