Returns the physical file path that corresponds to the specified virtual path on the Web server.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax string MapPath(
string path
)
Parameters
- path
- Type: SystemString
The virtual path to get the physical path for.
Return Value
Type:
StringThe physical file path that corresponds to
path.
See Also