Click or drag to resize
ConfigGetPath Method
Transform a relativePath into an absolute one according to the ConfigLoaderConfigurationSection.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public static string GetPath(
	string relativePath
)

Parameters

relativePath
Type: SystemString
The relative path.

Return Value

Type: String
a rooted path
See Also