Aiwozo.Files.Core.Activity.ReadFile
- This activity reads all characters from a specified file and stores it in a String variable.
Properties
Misc
- DisplayName (String) – To set a meaningful name according to the user.
- FileContent(OutArgument<String>) – The extracted text from the file stored in a string variable.
- FileName(InArgument<String>) – The path of the file from which text is to be read.