提交
This commit is contained in:
@ -10,10 +10,12 @@ namespace WCS.DAL
|
||||
{
|
||||
public static readonly string AppDir = AppDomain.CurrentDomain.BaseDirectory;
|
||||
|
||||
public static readonly string LogDbPath = Path.Combine(AppDir, "data\\log.db3");
|
||||
public static readonly string DataPath = Path.Combine(AppDir, "data");
|
||||
|
||||
public static readonly string DataDbPath = Path.Combine(AppDir, "data\\data.db3");
|
||||
public static readonly string LogDbPath = Path.Combine(DataPath, "log.db3");
|
||||
|
||||
public static readonly string AuthDbPath = Path.Combine(AppDir, "data\\auth.db3");
|
||||
public static readonly string DataDbPath = Path.Combine(DataPath, "data.db3");
|
||||
|
||||
public static readonly string AuthDbPath = Path.Combine(DataPath, "auth.db3");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user