AbstractStorageProviderGetTargetPhysicalPath Method |
Maps virtual file system path to the target one. Remaps only paths inside the web application path structure.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public static string GetTargetPhysicalPath(
string virtualPath
)
Parameters
- virtualPath
- Type: SystemString
Virtual path
Return Value
Type:
StringSee Also