We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cab869 commit 3014a1cCopy full SHA for 3014a1c
libs/openFrameworks/utils/ofFilesystem.h
@@ -50,6 +50,7 @@ class path {
50
auto string() const { return path_.string(); }
51
auto native() const { return path_.native(); }
52
53
+ auto u8string() const { return path_.u8string(); }
54
const auto c_str() const { return path_.c_str(); }
55
56
const std::filesystem::path& native_path() const { return path_; }
0 commit comments