Click or drag to resize

EAPUtilPhysicalPathToRelativePath Method

Map a physical path to a root-relative path.

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

Parameters

physicalPath
Type: SystemString
The physical path to map.

Return Value

Type: String
The relative path if mapping was possible, else an empty string.
See Also