5-2-97 Sweeper. The sweeper is distibuted for use with WebHub v0.895+ library code. It compiles to an exe that allows you to add custom code to the timeout event. The exe is also the example code for the whVarDel component which has to be registered before this example will open. (sorry about that. will change it to make that optional) ucscndir.pas is also redistributed with these files as it contains the actual dir-scanning code. Looooong overdue and pretty basic, but it works and it fills a big need. Michael ======== // Usage: Sweeper [N-Minutes] [/Minimized] // It will be set for 1440 minutes timeout if you do not pass another value. The component is activated in onFormCreate and will immediately delete .var files in your session directory based on the timeout you set. -Ann