summaryrefslogtreecommitdiff
path: root/flower/include/file-name.hh
diff options
context:
space:
mode:
Diffstat (limited to 'flower/include/file-name.hh')
-rw-r--r--flower/include/file-name.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/flower/include/file-name.hh b/flower/include/file-name.hh
index edfa72c23f..3d1a2d0fb2 100644
--- a/flower/include/file-name.hh
+++ b/flower/include/file-name.hh
@@ -27,6 +27,9 @@ public:
bool is_absolute () const;
string to_string () const;
+
+ string dir_part () const;
+ string file_part () const;
};
#endif /* FILE_NAME */