Project Type: File Backup Class
Content: Visual Basic 6.0 Source Code
Description:
A simple class for Backup and Recovery of files. Set the File name & path to the SourceFile property of the class, and the name & path where the backup copy will be saved to BackupFile property. Now you can save the backup by calling Backup method, and Recover the file from backup by calling Recover method. SourceExists and BackupExists properties can be used to check if the source file or backup file exists in the disk. A sample application is included with the class. The class code is commented well for your better understanding.
Click the following link to download the project:
FileBackup.zip (4.14 kb)