implement filesystem path stem() in nana

This commit is contained in:
Vina Rodriguez
2019-03-19 20:04:31 +01:00
parent 2b6c8e0180
commit ea3082239b
2 changed files with 19 additions and 1 deletions

View File

@@ -254,7 +254,7 @@ namespace nana { namespace experimental { namespace filesystem
path relative_path() const;
path parent_path() const;
path filename() const;
//path stem() const;
path stem() const;
path extension() const;
// query