]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/file-path.hh
release: 1.3.98
[lilypond.git] / flower / include / file-path.hh
index 02ecb1a88429fbd22fd3aa71e41defed10ba337b..fdaf3e254a8dbf518156418626651cb3b0f0e0dc 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #ifndef PATH_HH
 class File_path : private Array<String>
 {
 public:
-  /// locate a file in the search path
   String find (String nm) const;
 
-  /// add to end of path.
   Array<String>::push;
   String str ()const;
-  void add (String str);
+  bool try_add (String str);
+  void add (String);
   void parse_path (String);
 };