[English][日本語]
Custom node to handle text.
Loads a specified file.
Saves the text to the specified file.
If the directory does not exist, it is created.
If overwrite is set to True, overwrites the file. If overwrite is False, no action is taken if the file exists.
Delete comment.Line comments and block comments are supported.
- line_comment : The string used to start a single line comment (default: //)
- block_comment_start : The string used to start a block comment (default: /*)
- block_comment_end : The string used to end a block comment (default: */)
- remove_linefeed : remove linefeed or not (default: No)
- No : do not remove
- All : remove all
- Blank Lines Only : remove blank lines only