Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts a virtual path to a physical path.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public static string VirtualToPhysical(
string virtualPath
)
public:
static String^ VirtualToPhysical(
String^ virtualPath
)
Public Shared Function VirtualToPhysical (
virtualPath As String
) As String
Parameters
virtualPath
Type: System.StringThe virtual path to convert.
Return Value
Type: System.String
An instance of String that contains the physical path.
See Also
PathUtility Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top