Show in Frame No Frame
Up Previous Next Title Page Index Contents Search

6.4.4 Filename read

To open an existing plain text file and add its contents to the generator output stream, use the template:
filename 'name.txt' read
If the named file is not found, an error dialog is shown and generation is aborted. To ensure a file exists, without overwriting or changing an existing file, you can use the filename...append...close command with no content.

Show in Frame No Frame
Up Previous Next Title Page Index Contents Search