| 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: 11.0.0
Syntaxpublic static string GetPhysicalPath(
	string path
)
Parameters
- path
 - Type: SystemString
File virtual path 
Return Value
Type: 
String
Exceptions
See Also