]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/file-name.hh
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / flower / include / file-name.hh
index edfa72c23f5fe52faf35501a4fe9da28a47bfefa..46d4724974e5da7f1c36724ded27bcb7009c88bc 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef 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 */