Utilities.GetRelativePath(String, String) Method

Definition

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

Returns

String

Applies to