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