aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r--OpenSim/Framework/Util.cs5
1 files changed, 5 insertions, 0 deletions
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
1277 return Path.Combine(configDir(), "inventory"); 1277 return Path.Combine(configDir(), "inventory");
1278 } 1278 }
1279 1279
1280 public static string dbDir()
1281 {
1282 return Path.Combine("..", Path.Combine("..", "db"));
1283 }
1284
1280 public static string configDir() 1285 public static string configDir()
1281 { 1286 {
1282 return "."; 1287 return ".";