IWorkspace.MakeRooted(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.