]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
Introduce the possibility of setting a prefix for the TEXINPUTS environment
[lyx.git] / src / support / filetools.h
index cd25d472006ada070acbc892d97c92f4143b6337..001c0f3ddc1476e80fb99677868fd82cfee7d097 100644 (file)
@@ -247,6 +247,12 @@ std::string const onlyFileName(std::string const & fname);
 */
 std::string const replaceEnvironmentPath(std::string const & path);
 
+/** Replace all references to a current directory (a lonely '.' or
+    the prefix "./") in \c pathlist with \c path. Also prefixes
+    all non-absolute paths with \c path.
+*/
+std::string const replaceCurdirPath(std::string const & path, std::string const & pathlist);
+
 /** Set \c link to the path \c file points to as a symbolic link.
     \return true if successful.
  */