IWorkspace.MakeRelative(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.
Converts an absolute path to a path relative to the root of this workspace.
public:
System::String ^ MakeRelative(System::String ^ path);
public:
Platform::String ^ MakeRelative(Platform::String ^ path);
std::wstring MakeRelative(std::wstring const & path);
public string MakeRelative (string path);
abstract member MakeRelative : string -> string
Public Function MakeRelative (path As String) As String
Parameters
- path
- String
The path to make relative.
Returns
A relative path.