Type: nodetool.workspace.WriteTextFile

Namespace: nodetool.workspace

Description

Write text to a file in the workspace. workspace, file, write, text, save

Use cases:
- Save generated text to workspace
- Create configuration files
- Export processed text data

Properties

Property Type Description Default
path str Relative path to file within workspace ``
content str Text content to write ``
encoding str Text encoding (utf-8, ascii, etc.) utf-8
append bool Append to file instead of overwriting False

Outputs

Output Type Description
output str  

Metadata

Browse other nodes in the nodetool.workspace namespace.