WeOnlyDo! wodWebServer ActiveX - ResolveURI Method
      
 

Description

Resolves relative URI to file on a disk.


Return Type

A String value.  


Syntax

object.ResolveURI (URI)



The ResolveURI Method syntax has these parts:

Part Description
object An expression evaluating to an object of type WebUser.
URI Required. A String value. Relative path as seen by the client.

Remarks

This method is used to map URI - resource requested by the client to file on local disk. It will use DocumentRoot property for mapping. You can use this method yourself to find resource client requested, but it is mostly used by ISAPI extensions.