...
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user