provide link-editor-and-mixer-selection option. gui implementation is slightly hacky...
[ardour.git] / libs / ardour / ardour / session_utils.h
index 8aa4505fe5020f0e756d8ec994e28b070651348a..f7e43e60732ab4ec785a799dda9d6a0d942887fd 100644 (file)
@@ -6,9 +6,18 @@
 
 namespace ARDOUR {
 
-using std::string;
+int find_session (std::string str, std::string& path, std::string& snapshot, bool& isnew);
 
-int find_session (string str, string& path, string& snapshot, bool& isnew);
+/**
+ * Create a SessionDirectory at the path specified by
+ * session_directory_path, this includes all subdirectories.
+ *
+ * @return true if the session directory was able to be created
+ * or if it already existed, false otherwise.
+ *
+ * @see SessionDirectory
+ */
+bool create_session_directory (const std::string& session_directory_path);
 
 };