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