ISetupInstance.ResolvePath(String) Method

Definition

Resolves the optional relative path to the root path of the instance.

public:
 System::String ^ ResolvePath(System::String ^ relativePath);
public:
 Platform::String ^ ResolvePath(Platform::String ^ relativePath);
std::wstring ResolvePath(std::wstring const & relativePath);
public string ResolvePath (string relativePath);
abstract member ResolvePath : string -> string
Public Function ResolvePath (relativePath As String) As String

Parameters

relativePath
String

Returns

String

The full path to the optional relative path within the instance. If the relative path is NULL, the root path will always terminate in a backslash.

Applies to