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