コード例 #1
0
 public static string CombainPath(FileTypeofBlockchain filetype)
 {
     return(DataDirectoryPath + $"\\{FileDictionary[filetype]}");
 }
コード例 #2
0
 public static string CombainPath(string folderPath, FileTypeofBlockchain filetype)
 {
     return(folderPath + $"\\{FileDictionary[filetype]}");
 }