X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Ffile-name.hh;h=3d1a2d0fb2fe28e6094868387bd8792e6a331b87;hb=3512ac1f9e6ac4d96f0a486ba8f5968ccf0ce507;hp=edfa72c23f5fe52faf35501a4fe9da28a47bfefa;hpb=fa938d4b51ccb3c18e489b395838f2587b531ec2;p=lilypond.git 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 */