Changes to prepare for future possible configuration of separate logdir, configdir, datadir.

This commit is contained in:
Brian McBee
2007-08-03 18:01:55 +00:00
parent 0975ff6cfd
commit 599a6d32ee
11 changed files with 95 additions and 18 deletions

View File

@@ -26,7 +26,9 @@
*
*/
using System;
using System.IO;
using libsecondlife;
using OpenSim.Framework.Utilities;
namespace OpenSim.Framework.Data.DB4o
{
@@ -45,7 +47,7 @@ namespace OpenSim.Framework.Data.DB4o
/// </summary>
public void Initialise()
{
manager = new DB4oUserManager("userprofiles.yap");
manager = new DB4oUserManager(Path.Combine(Util.dataDir(),"userprofiles.yap"));
}
/// <summary>