Exemplo n.º 1
0
 public static string GetFullPath(this ProjectConfigurationInfo configInfo, SourceFolder folder)
 => Path.Combine(Path.GetDirectoryName(configInfo.Filepath), folder.Subpath);
Exemplo n.º 2
0
 public static DirectoryInfo GetDirectoryInfoFor(this ProjectConfigurationInfo configInfo, SourceFolder folder)
 => new DirectoryInfo(configInfo.GetFullPath(folder));