Remaining changes needed for building libpdb on Windows (except for adding the extra...
[ardour.git] / libs / pbd / pbd / file_utils.h
index 184e644bba951b25c69840921f251f51dfb62771..72696f6abdf40484d044e4235f15c4f43d960f58 100644 (file)
@@ -127,6 +127,9 @@ bool path_is_within (const std::string &, std::string);
  */
 bool equivalent_paths (const std::string &p1, const std::string &p2);
 
+/// @return true if path at p exists and is writable, false otherwise
+bool exists_and_writable(const std::string & p);
+
 } // namespace PBD
 
 #endif