Home| Design| License| Regex| Download| Credits| Contact
Text-Zap Info
› Overview› Text-Zap Ant Task› Expand Text-Zap› API Docs
Components
› Filters› Savers› Groupers› Sequencers
Filters
› Append Filter› Append File Filter› Extract Lines Filter› Find Filter› Insert References› Merge Filter› Replace Filter› Replace List Filter› Replace Filter Plus› Reverse Filter› Split By Regex Filter› XSLT Filter

Append File Filter

The append file filter appends the contents of a file to the begining or end of a buffer. It functions much in the way the append filter does.

The append file is assumed to be relative to the current directory. If not it will attempt to resolve the file reference based on the project base dir.

^topParameters

AttributeDescriptionRequired
filethe name of the file to be appendedYes
atEndflag indicating where the append string should be appended (at the begining or the end)No, defaults to false

^topExamples

Append the contents of "myfile.txt" to the begining of all buffers
<append file="myfile.txt"/>
Append contents of "somefile.txt" to the end of all buffers
<append file="somefile.txt" atEnd="true"/>
SourceForge.net Logo