iRobo.Activity.Write to Text File

Creates Text file and loads Data into it.



 

Properties

Input

  • Append - Add data to end of file or not. Its input is True/False arguments.
  • Data -   String input for Text to be added to the selected file. (Mandatory)
  • FileName - Text File name and path. (Mandatory)
  • IgnoreErrors - Ignore exception error or not. Its input is True/False arguments.


Misc

  • DisplayName -  Activity header name.


Steps of Using Write to Text File Activity   

  1. Open iRobo Studio, and then open a new Workflow.
  2. Drag Write to Text File Activity to the Sequence.
  3. Click on button in Activity to select Text File path to create data file into it.
  4. File name and path is displayed in File Name field in Properties Panel.
  5. Enter String value to add to the Text File in Data field in Properties Panel.
  6. Click Save button from iRobo Studio Menu to save Workflow.
  7. Click Play button to start the automated process.

Created with the Personal Edition of HelpNDoc: Produce online help for Qt applications