This commit is contained in:
chi
2023-06-22 10:07:11 +09:00
parent 772cf9faeb
commit b04b79b5f5
27 changed files with 4487 additions and 4575 deletions

View File

@@ -27,7 +27,7 @@ namespace FCOMMON
/// <param name="pathlist"></param>
public static void OpenSharedPath(List<string> subdir, params string[] pathlist)
{
var serverpath = FCOMMON.DBM.getCodeSavlue("55", "01");
var serverpath = FCOMMON.DBM.getCodeSvalue("55", "01");
//var serverpath = FCOMMON.info.datapath;
if (System.IO.Directory.Exists(serverpath) == false)
{