Utilities.GetRelativePath(String, 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 a relative path between two absolute paths.
public:
static System::String ^ GetRelativePath(System::String ^ thisAbsolute, System::String ^ thatAbsolute);
public static string GetRelativePath (string thisAbsolute, string thatAbsolute);
static member GetRelativePath : string * string -> string
Public Function GetRelativePath (thisAbsolute As String, thatAbsolute As String) As String
Parameters
- thisAbsolute
- String
- thatAbsolute
- String