Write text content with replacements to a file.
| Token | With |
|---|---|
___SPACE___ |
|
___TAB___ |
\t |
___QUOTE___ |
" |
___NEWLINE___ |
\n |
| Argument | Description | Required | Default |
|---|---|---|---|
TARGET |
The target file to write to. | YES | |
CONTENT |
The content you wish to write to the file. | No | string.Empty |