Beispiel #1
0
 private string GetFullPath(string path)
 {
     return(PathTools.Normalize(PathTools.Combine(WorkingDir, path)));
 }