Write Text File
テキストをファイルに書き込みます(上書きまたは追記)。
ファイルWriteTextFile
概要
テキストをファイルに書き込みます(上書きまたは追記)。
Write text to a file, overwriting or appending.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| File path | file | 必須 | Destination file path. 例: C:/temp/out.txt 変数に対応 | |
| Content | multiline | 任意 | Text to write. Variables are supported. 変数に対応 | |
| Mode | dropdownOverwrite · Append | 必須 | Overwrite | Write mode. |
| Encoding | dropdownUTF-8 · UTF-8 (BOM) · UTF-16 · Latin-1 | 任意 | UTF-8 | |
| Store path in (optional) | variable | 任意 | 例: path |