]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/file-path.hh
* scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
[lilypond.git] / flower / include / file-path.hh
index 6a73ef37ad27f2bc9b82c87e7fec979c6995ecd6..3c7cc264617ddd179cbe84e01a22a0bc0e62e75c 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  file-path.hh -- declare File_name and File_path
+  file-path.hh -- declare File_path
 
   source file of the Flower Library
 
 #include "array.hh"
 #include "string.hh"
 
-/**    
-  search in directories for a file.
+/**
+   search in directories for a file.
 
    Abstraction of PATH variable. An interface for searching input files.
    Search a number of dirs for a file.
 
-   TODO: add a unix style PATH interface 
+   TODO: add a unix style PATH interface
 */
 
 class File_path : private Array<String>
 {
 public:
+  Array<String> directories () const;
   String find (String name) const;
   String find (String name, char const *extensions[]);
   String to_string () const;