write_file
Writes a UTF-8 text file on the virtual computer and visualizes the typing and saving process. Use it to create or modify files in the simulated desktop environment.
Instructions
Write a UTF-8 text file and show it being typed and saved on the virtual computer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | UTF-8 text file path, absolute or relative to /workspace. | |
| content | Yes | Complete UTF-8 text to save. | |
| create_parent_directories | No | Create missing parent folders before saving. |