Back to product page

ResolveURI method


Resolves relative URI to file on a disk.

Type

String

Syntax

  • Basic
object.ResolveURI (URI)
The ResolveURI(object,URI) syntax has these parts:
objectAn expression evaluating to an object of type WebUser
URIA 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.

Platforms

Windows