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

@@ -61,7 +61,7 @@ namespace FCOMMON
public static string libxlCompany = "Amkor Technology korea, Inc";
public static string libxlKey = "windows-282b2b0800c5e0016bb06a6fafjfd6o8";
public static int camIndex = 0;
public static string datapath;
//public static string datapath;
//public static string ftp_id = "project";
//public static string ftp_pw = "Amkor1234";
//public static int ftp_port = 2121;

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;
}