ZA - capped mode.

za
Opens an output file in "capped mode". Any time you issue an I/O call to write on this file, the library automatically seeks to the end of file before performing the write. In this way, you can be sure that any data you write to the file is appended to the end of the file's contents, even if you previously used "seek" operations to move to the middle of the file.

Copyright © 1996, Thinkage Ltd.