Click or drag to resize

EAPUtilResolvePath Method

Resolve a virtual path, possibly starting with "~", to a standard virtual path without "~".

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ResolvePath(
	string virtualPath
)

Parameters

virtualPath
Type: SystemString
The path to resolve.

Return Value

Type: String
The resolved path.
See Also