Write file

Element rewriting the content of a file

Properties

- Encoding: [String] Encoding used in a file (utf-8) 'https://docs.microsoft.com/ru-ru/dotnet/api/system.text.encoding'

- File path*: [String] Path to a file to be written (c:\folder\file.txt)

- Text: [String] Text to be written to a file

- Array: [byte[]] Binary data recorded in a file

- Image: [System.Drawing.Bitmap] Image to be written to a file

Last updated