Glossary

Append

A file-opening mode that positions the file pointer at the end of an existing text file, so that subsequent `Write` and `WriteLn` calls add data after the existing content rather than overwriting it. (Ch. 13)

Learn More

Related Terms