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