|
Backup File Removal
This script was developed to assist in removing unneeded backup files from a DOCSOpen Document Store. When users of Word have the automatic backup feature turned on, a duplicate file is created. Because many of these files are redundant and only take up space, this script is used to parse through the drive document store, filtering out each of the backup files, then making decisions on what to do with that file. The script test for the existence of the original file, then sees if the original is damaged or out of date. If either of these conditions are true, the script replaces the original with the backup - else it removes the backup. Script demonstrates recursive functions, and makes heavy use of the FileSystemObject.
Unless otherwise noted, this code is licensed according to the terms and conditions listed in our
copyright notice.
|
Last Modification:
1/1/2001
|