The Tools component creates a Tools object that provides utilities that enable you to easily add sophisticated functionality to your Web pages.
| Tools.dll | The Tools component. | 
Set oTools = Server.CreateObject("MSWC.Tools")
Note
In Personal Web Server for Windows® 95 or Windows 98, the Tools object has already been included in the Global.asa file in the default virtual directory. You can work with the Tools object as if it were a built-in object by calling Tools.FileExists, Tools.ProcessForm, and Tools.Random.
| FileExists | Checks for the existence of a file. | 
| Owner | Checks if the current user is the site owner. | 
| PluginExists | Checks the existence of a server plug-in (on Macintosh only). | 
| ProcessForm | Processes an HTML form. | 
| Random | Generates a random integer. |