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. Server plug-ins are only used on Macintosh. For IIS for Windows95 or later, PluginExists always returns 0.

Syntax

oTools.PluginExists(PluginName)

 

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

FileExists, ProcessForm, Random


© 1997-2001 Microsoft Corporation. All rights reserved.