1. Home
  2. Docs
  3. File Automation
  4. WriteFile

WriteFile

Aiwozo.Files.Core.Activity.WriteFile

  • This activity writes the specified text into a file. Any pre-written text is overwritten.

 Properties

       Misc

  • DisplayName (String) – To set a meaningful name according to the user.
  • FileContent(InArgument<String>) – The text to be written into the file.
  • FileName(InArgument<String>) – The path of the file to which we have to write to.