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