URLHelperGetPhysicalPath Method |
Returns the physical file path that corresponds to the specified virtual path on the web server.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string GetPhysicalPath(
string path
)
Parameters
- path
- Type: SystemString
File virtual path
Return Value
Type:
StringExceptions Exception | Condition |
---|
ArgumentException | path contains illegal characters |
See Also