IWorkspace.MakeRooted(String) Method

Definition

Gets the absolute path for a given path, which may be relative to Workspace.Location.

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

Parameters

subPath
String

The path that is absolute, or relative to the workspace root folder. May be empty.

Returns

An absolute path.

Applies to