WriteFile (task)

From ProxiPedia

Jump to: navigation, search

caelougetc4

Write to File
Write to File

Availability: Proxi_v1.0

Proxi Icon
Documentation

[edit] Description

Use Write to File to write information to a text file. This text can be appended, or prepended to a file. Or the entire file can be overwritten

[edit] Settings

  • Filename: (field): The name of the file to write.
  • Location: (field): A path to the file.
  • Choose...: (button): Alternatively, the file path can be choosen via a standard file picker dialog by clicking this button.
  • Mode: (popup menu): File write mode. One of:
    • Append: The information is added to the end of the file.
    • Prepand: The information is added to the beginning of the file.
    • Overwrite: The entire contents of the file are replaced with the information.
  • Information to be written: (text): The information to be written to the file.