#include <string>


Go to the source code of this file.
Functions | |
| void | resolve_relative_path (std::string &path, const std::string &base) |
| Resolve path relative to base. | |
Definition in file fileutils.h.
| void resolve_relative_path | ( | std::string & | path, | |
| const std::string & | base | |||
| ) |
Resolve path relative to base.
Return path qualified to work as if you did "chdir(<directory which="" base="" is="" in>="">)" first.
Definition at line 53 of file fileutils.cc.
Referenced by Xapian::Compactor::Internal::add_source(), Xapian::open_stub(), and r_r_p().