Click or drag to resize
ConfigLoaderConfigurationSectionGetPath Method
Transforms a relative path into an absolute one according to the application.

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

Parameters

relativePath
Type: SystemString
The relative path to transform.

Return Value

Type: String
An absolute path
See Also