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
- Type:
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
- Type:
- Encoding: The character encoding to use.
- Type:
System.String
- Type:
- Use Default Encoding: Specifies if the default encoding should be used.
- Type:
System.Boolean - Required
- Type: