PathToolsMakeRelativePath Method
Namespace: Metas.GuiControlsAssembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.9053.20243
public static string MakeRelativePath(
string rootPath,
string absolutePath
)
Public Shared Function MakeRelativePath (
rootPath As String,
absolutePath As String
) As String
public:
static String^ MakeRelativePath(
String^ rootPath,
String^ absolutePath
)
static member MakeRelativePath :
rootPath : string *
absolutePath : string -> string
- rootPath String
-
- absolutePath String
-
String