Read Text File
テキストファイルの内容を読み取り、変数に格納します。
ファイルReadTextFile
概要
テキストファイルの内容を読み取り、変数に格納します。
Read the contents of a text file into a variable.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| File path | file | 必須 | Source file path. 例: C:/temp/in.txt 変数に対応 | |
| Encoding | dropdownAuto · UTF-8 · UTF-8 (BOM) · UTF-16 · Latin-1 | 任意 | Auto | |
| Store content in | variable | 必須 | Variable that receives the file content. 例: fileText |