Skip to main content
File Management

File editing

File editing

Adds or writes content into an existing file in the file system. It allows you to insert text into files programmatically during the robot execution.


Options

File path

Enter the full path of the file that will be edited, including the name and the extension. Example: C:\Desktop\report.txt.

File content

Enter the content that will be inserted into the file. It can be a fixed text or the result of another action.

Returns

This action has no returns.

Rules and Conditions

  • The File path and File content fields are required.
  • The destination file must exist. To create a new file, use the File creation action.
  • The content provided is written into the file, replacing or appending to the existing content depending on the configuration.