ProjectPathExtensions.

CombineWithProjectPath(DirectoryPath, string) Method

Summary

Combines a base project path with the name of the project file.

Syntax

public static ProjectPath CombineWithProjectPath(this DirectoryPath basePath, string path)

Parameters

Name Type Description
basePath DirectoryPath The base path to the location of the Project File.
path string The path to the actual Project file.

Return Value

Type Description
ProjectPath