ActionEngineUtilAbsolutePath Method
Return the absolute path found between the working and relative paths.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static string AbsolutePath(
string workingPath,
string relPath
)
Public Shared Function AbsolutePath (
workingPath As String,
relPath As String
) As String
No code example is currently available or this language may not be supported.
- workingPath String
-
The working or default path.
- relPath String
-
The relative path or possible fully qualified override.
String
The absolute path found for the two components.