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