00001 #ifndef VVLIB_UTIL_DIR_HPP 00002 #define VVLIB_UTIL_DIR_HPP 00003 00009 #include <config.h> 00010 #include <string> 00011 00012 namespace util 00013 { 00020 std::string absoluteDir( std::string filename, std::string current_dir = std::string() ); 00021 } 00022 00023 #endif // VVLIB_UTIL_DIR_HPP 00024