nis-util
1.0.D108
|
#include <lib/rcstring.h>
Go to the source code of this file.
Functions | |
rcstring | path_join (const rcstring &lhs, const rcstring &rhs) |
rcstring | path_join (const rcstring &p1, const rcstring &p2, const rcstring &p3) |
rcstring | path_join (const rcstring &p1, const rcstring &p2, const rcstring &p3, const rcstring &p4) |
The path_join function is used to elegantly join two path pieces together, talking care of redundant slash characters, dot directorys, etc.
Definition at line 111 of file path_join.cc.
Definition at line 121 of file path_join.cc.