Read file
Last updated
Last updated
Element that reads the content file.
Properties
- Path*: [String] Path to a file to be read (c:\folder\file.txt)
- Variable (text): [String] Variable that receives text data from a file
- Variable (array): [byte[]] Variable that accepts binary data in a file
- Variable (image): [System.Drawing.Bitmap] Variable that accepts image data from a file
- Encoding: [String] Encoding used in a file (utf-8) 'https://docs.microsoft.com/ru-ru/dotnet/api/system.text.encoding'