Skip to content

Commit eaaebd3

Browse files
various misc()
1 parent 2623328 commit eaaebd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libs/openFrameworks/utils/ofFilesystem.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,10 @@ class path {
203203
}
204204

205205
// MARK: other sub paths
206+
path root_name() const { return path(path_.root_name()); }
207+
path root_directory() const { return path(path_.root_directory()); }
206208
path root_path() const { return path(path_.root_path()); }
209+
path relative_path() const { return path(path_.relative_path()); }
207210
path parent_path() const { return path(path_.parent_path()); }
208211
path filename() const { return path(path_.filename()); }
209212
path stem() const { return path(path_.stem()); }

0 commit comments

Comments
 (0)