ASP MagicBundleMagicBundle is a set of classes that allows you easy access to registry, file system, hard drive information and INI files. MagicBundle could be used from ASP, VB, VC++ or any other enviroment that supports COM model.
The MagicDisk class. In just a couple lines of code you can get all the disk information that you need, including: the amount of free space and total disk capacity.
The MagicFile class allows you to manipulate files and directories from an Active Server Page. You can create directories, remove them, search for specific files, and copy files from one destination to another. Directories and files can be searched recursively or non-recursively, depending upon your needs.
The MagicRegistry class allows you to manipulate registry from an Active Server Page. You can create registry keys and tree branches, read them and change values.
The MagicINI class allows you to manipulate INI files from an Active Server Page. You can create INI entrees, read them, change and delete values and sections.