SandcastleProjectResolvePath Method
This method resolves any MSBuild environment variables in the path objects
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public string ResolvePath(
string path
)
Public Function ResolvePath (
path As String
) As String
public:
virtual String^ ResolvePath(
String^ path
) sealed
abstract ResolvePath :
path : string -> string
override ResolvePath :
path : string -> string
- path String
- The path to use
StringA copy of the path after performing any custom resolutions
IBasePathProviderResolvePath(String)