| 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: 9.0.0
Syntaxpublic static string GetTargetPhysicalPath(
	string virtualPath
)
Parameters
- virtualPath
 - Type: SystemString
Virtual path 
Return Value
Type: 
String
See Also