Name

PluginExists — objTools.PluginExists (strPluginName)

Synopsis

This method allows Macintosh server ASP developers to determine whether a specific server plugin is installed on the server. If it is installed, PluginExists returns -1. If not, PluginExists returns 0. This method always returns on non-Macintosh web servers.

Parameters

strPluginName

The name of valid Macintosh server plugin.

Example

<% 
Set objTools = Server.CreateObject("MSWC.Tools")

If objTools.PluginExists("MyPlugin") Then
%>

<%
End If
%>

Get ASP in a Nutshell, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.