Skip to content

Commit 3014a1c

Browse files
u8string
1 parent 0cab869 commit 3014a1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/openFrameworks/utils/ofFilesystem.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ class path {
5050
auto string() const { return path_.string(); }
5151
auto native() const { return path_.native(); }
5252

53+
auto u8string() const { return path_.u8string(); }
5354
const auto c_str() const { return path_.c_str(); }
5455

5556
const std::filesystem::path& native_path() const { return path_; }

0 commit comments

Comments
 (0)