Click or drag to resize
URLHelperGetPhysicalPath Method
Returns the physical file path that corresponds to the specified virtual path on the web server.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetPhysicalPath(
	string path
)

Parameters

path
Type: SystemString
File virtual path

Return Value

Type: String
See Also