Merge branch 'feature/abspath' into feature/apt-install-deb
[ntk/apt.git] / apt-pkg / contrib / fileutl.h
index 489cee1..452e5fc 100644 (file)
@@ -200,6 +200,10 @@ std::string flNoLink(std::string File);
 std::string flExtension(std::string File);
 std::string flCombine(std::string Dir,std::string File);
 
+/** \brief Takes a file path and returns the absolute path
+ */
+std::string flAbsPath(std::string File);
+
 // simple c++ glob
 std::vector<std::string> Glob(std::string const &pattern, int flags=0);