From 28b3b1c62d9fad9811986aad185121fed3f3b755 Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 19 May 2019 22:03:18 +1000 Subject: Move db directory out of tree. --- OpenSim/Framework/Util.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs index 7093010..2f65f3c 100644 --- a/OpenSim/Framework/Util.cs +++ b/OpenSim/Framework/Util.cs @@ -1277,6 +1277,11 @@ namespace OpenSim.Framework return Path.Combine(configDir(), "inventory"); } + public static string dbDir() + { + return Path.Combine("..", Path.Combine("..", "db")); + } + public static string configDir() { return "."; -- cgit v1.1