#W# File structure changes.
This commit is contained in:
parent
f3c4050cc3
commit
624d04b84f
38 changed files with 43 additions and 43 deletions
|
|
@ -171,7 +171,7 @@ namespace Server.Engines.Help
|
|||
|
||||
try
|
||||
{
|
||||
string path = Path.Combine( Core.BaseDirectory, "Data/pageresponse.cfg" );
|
||||
string path = Path.Combine( Core.BaseDirectory, "Data/Config/pageresponse.cfg" );
|
||||
|
||||
using ( StreamWriter op = new StreamWriter( path ) )
|
||||
{
|
||||
|
|
@ -193,7 +193,7 @@ namespace Server.Engines.Help
|
|||
{
|
||||
ArrayList list = new ArrayList();
|
||||
|
||||
string path = Path.Combine( Core.BaseDirectory, "Data/pageresponse.cfg" );
|
||||
string path = Path.Combine( Core.BaseDirectory, "Data/Config/pageresponse.cfg" );
|
||||
|
||||
if ( File.Exists( path ) )
|
||||
{
|
||||
|
|
@ -831,4 +831,4 @@ namespace Server.Engines.Help
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue