add Path::to_s()
This commit is contained in:
parent
8fb1fee7b8
commit
28ed5a30a4
@ -12,6 +12,7 @@ namespace jes
|
|||||||
Path(const std::string & path);
|
Path(const std::string & path);
|
||||||
Path dirname();
|
Path dirname();
|
||||||
Path join(const Path & other);
|
Path join(const Path & other);
|
||||||
|
const std::string & to_s() { return m_path; }
|
||||||
protected:
|
protected:
|
||||||
void clean();
|
void clean();
|
||||||
std::string m_path;
|
std::string m_path;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user