Skip to main content

Append Line

Adds the specified text to a file after the existing content.If it does not already exist, the file is created.

Input

  • Text: The text to be appended to the file
    • Type: System.String
    • Required

File

  • File Name: The path of the file. If file the path is not full, the file is created in the project folder.
    • Type: System.String
    • Required
  • Encoding: The character encoding to use.
    • Type: System.String
  • Use Default Encoding: Specifies if the default encoding should be used.
    • Type: System.Boolean
    • Required