Import Text Node¶
The Import Text node reads the contents of a plain text file and outputs it as a single string. This can be useful in motion graphics or data-driven workflows where external text needs to be processed or displayed.
注釈
Currently, only files with the .txt extension are supported.
入力¶
- Path(パス)
The path to the txt file.
出力¶
- String(文字列)
The entire contents of the text file as a single string.