This commit is contained in:
chi
2023-01-03 11:19:37 +09:00
parent 3df038909e
commit 52a2257b9e
17 changed files with 149 additions and 134 deletions

View File

@@ -27,13 +27,13 @@ namespace FCOMMON
/// <param name="pathlist"></param>
public static void OpenSharedPath(List<string> subdir, params string[] pathlist)
{
var serverpath = FCOMMON.info.datapath;
var serverpath = FCOMMON.DBM.getCodeSavlue("55", "01");
//var serverpath = FCOMMON.info.datapath;
if (System.IO.Directory.Exists(serverpath) == false)
{
FCOMMON.Util.MsgE(
"프로젝트 기본경로가 존재하지 않아 진행할 수 없습니다\n\n" +
"환경설정에서 공유 폴더를 설정하시기 바랍니다" +
"공용정보->공용코드->55-01 데이터를 설정 하시기 바랍니다" +
serverpath);
return;
}