42 #ifndef _DWMPATHUTILS_HH_ 43 #define _DWMPATHUTILS_HH_ 67 static bool HasSuffix(
const std::string & path,
68 const std::string & suffix);
73 static std::string Basename(
const std::string & path);
78 #endif // _DWMPATHUTILS_HH_ This class just encapsulates miscellaneous utility functions for working with UNIX paths (files and d...
Definition: DwmPathUtils.hh:54
static bool HasSuffix(const std::string &path, const std::string &suffix)
Returns true if path is suffixed with suffix.
static bool IsDirectory(const std::string &path)
Returns true if path is a directory.
Definition: DwmBZ2IO.hh:67