miscset.io.write

miscset.io.write(text, path)[source]

Write text to a file.

A file at a path is opened writable, and the text from a string variable is inserted.

Parameters
  • text (str) – Text to write to a file at path.

  • path (str) – File path.