You may not want to save all of the output files each time that Text-Zap is run. To faciliate this functionality Text-Zap supports nested saver elements which determine at run time which files to save. Like filters custom savers can be created for your individual needs. A list of basic saver is shown at right
By default Text-Zap saves all files created when no saver is specified.
Saves all files.
<allsaver/>
Does not save any files.
<nonesaver/>
Loads the destination file and actually compares the new one with the old one.
If the new one is different, then the old one is replaced.
<modifiedonlysaver/>
Comapares the date of the original file with the destination file. If the orginal
has a more recent last modified date, then the file is replaced.
<datemodifiedsaver/>
Comapares the size of the original file with the destination file. If the orginal
is a different size than the destination file, then the file is replaced.
<sizemodifiedsaver/>