VB.NET File Cleanup Service
Version: 1.1.0
Released: 4/9/2008
FileCleanup is a Windows service, written in Visual Basic .NET 2.0, that deletes files that are older than a specified number of
days. For example, say you host a few websites. You know that the log files created by IIS tend to build up and take up space on
the hard drive. This service allows you to specify the websites folder, set the file name (*.log), and specify the number of days
that you want to keep the files. All files older than the setting will be deleted. This literally has an unlimited number of uses.
It can be used to delete log files that are too old, delete backups that are too old, etc. It can be used to delete SQL Server backups
older than a week, etc. As with all of our products, 100% of the source code is included. We are offering this product completely free. You can
learn quite a bit about creating services and Visual Studio Setup Projects with this product.
Screenshots
Service - Source Code
Installer
Configuration - XML