Esempio n. 1
0
 public static string OrphanNodeDir(string title)
 {
     return(CfgPathHelper.SubDir(DocDir, title));
 }
Esempio n. 2
0
 private static string RootSubDir(string name)
 {
     return(CfgPathHelper.SubDir(RootPath, name));
 }