Tools.Owner Method

Overview

Calls the Owner member on the Tools compatibility object.

Syntax

Dim obj
Set obj = Server.CreateObject("MSWC.Tools")
name = obj.Owner(virtualPath)

Parameters and Arguments

Return Values

Returns a Variant-compatible value according to operation semantics.

Remarks

Code Example

<%
Dim obj, result
Set obj = Server.CreateObject("MSWC.Tools")
result = Empty
On Error Resume Next
result = obj.Owner()
On Error GoTo 0
Response.Write CStr(result)
Set obj = Nothing
%>
Page: md/libraries/mswc/methods/tools.owner.md
AxonASP Documentation Library
The search index is currently being created.
Please wait. This window will close automatically.