Procedures for writing data to disk.
This module provides the following interface.
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.