PluginExists

The PluginExists method checks whether the specified Macintosh server plug-in exists. It returns -1 if the specified Macintosh server plug-in name is currently registered. It returns 0 if the plug-in is not registered.

Syntax

Tools.PluginExists(PluginName)
 

Parameters

PluginName
A string that specifies the name of the server plug-in.

Remarks

Server plug-ins are only used on Macintosh. For IIS and Personal Web Server for Windows95, PluginExists always returns 0.

Applies To

Tools Component

See Also

FileExists, ProcessForm, Random