ActionEngineUtilAbsolutePath Method

Return the absolute path found between the working and relative paths.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static string AbsolutePath(
	string workingPath,
	string relPath
)

Parameters

workingPath  String
The working or default path.
relPath  String
The relative path or possible fully qualified override.

Return Value

String
The absolute path found for the two components.

See Also