Get the physical path of a virtual directory.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim iisPath As String
Dim physicalPath As String
Dim status As String
Dim value As Boolean
value = IISHelper.GetPhysicalPath(iisPath, physicalPath, status) |
Parameters
- iisPath
- The Active Directory path of the virtual directory. Use GetIISLocation method to get the path.
- physicalPath
- The output physical path.
- status
- The output status message.
Return Value
true if getting physical path succeeds, false if not.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also