3.6 (documenta writer)

Procedures for writing data to disk.

This module provides the following interface.

3.6.1 Procedures

Procedure: save text path

Write text to the file in path.

text (string): Arbitrary text.

path (string): Absolute or relative path to the file the text will be written to.

Result: If the file doesn’t exist, it will be created and the text will be saved to it. If the file exists, its contents will be overwritten.