Click or drag to resize
AppDomainConfigLoaderConfigurationSectionGetPath Method
Transforms a relative path into an absolute path.

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

Parameters

relativePath
Type: SystemString
The relative path to root.

Return Value

Type: String
The absolute path, calculated from the program's current directory
See Also