This commit is contained in:
chi
2020-09-07 18:01:28 +09:00
parent 1b325a325a
commit ba916b69bc
4 changed files with 6 additions and 6 deletions

View File

@@ -140,7 +140,7 @@ namespace FPJ0000
string path = tbPath.Text.Trim();
if (path == "")
{
path = "\\10.131.36.205\\Data\\Projects\\";
path = "\\10.131.32.29\\Data\\Projects\\";
path += tbIdx.Text;
tbPath.Text = path;
}
@@ -239,7 +239,7 @@ namespace FPJ0000
else tbPath.Text = "\\" + tbPath.Text;
}
var serverpath = @"\\10.131.36.57\Data\Project";
var serverpath = @"\\10.131.32.29\Data\Project";
if (System.IO.Directory.Exists(serverpath) == false)
{
FCOMMON.Util.MsgE("프로젝트 기본경로가 존재하지 않아 진행할 수 없습니다\n\n" +

View File

@@ -698,7 +698,7 @@ namespace FPJ0000
else tbPath = "\\" + tbPath;
}
var serverpath = @"\\10.131.36.57\Data\Project";
var serverpath = @"\\10.131.32.29\Data\Project";
if (System.IO.Directory.Exists(serverpath) == false)
{
FCOMMON.Util.MsgE("프로젝트 기본경로가 존재하지 않아 진행할 수 없습니다\n\n" +