5 #include <libutl/String.h> 93 bool isAbsolute()
const;
107 void appendSeparator();
113 void removeTrailingSeparator();
132 static void utl_init();
135 static char _separator;
#define UTL_CLASS_DEFID
Default init() and deInit() (which are merely place-holders).
#define UTL_CLASS_DECL(DC, BC)
Declaration of standard UTL++ functionality for a non-template class.
Pathname(const String &pathname)
Constructor.
bool isRelative() const
Relative pathname?
static char separator()
Get the path separator character.
Pathname(const char *pathname)
Constructor.