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

@@ -434,8 +434,8 @@ namespace FPJ0000.Note
// serverpath);
// return;
//}
var path = System.IO.Path.Combine(FCOMMON.info.datapath,"Data","Note", dr.guid);
var datapath = FCOMMON.DBM.getCodeSavlue("55", "01");
var path = System.IO.Path.Combine(datapath,"Data","Note", dr.guid);
if (System.IO.Directory.Exists(path) == false)
{
try