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