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