Read Text File
Reads a text file and returns its contents as a string.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
path | yes | expression | file-path-string | — |
Notes
No additional notes are available yet.
Examples
Write Text File At Fixed Path
Writes a short text file with `append=false` and `flushNow=true`, then reads it back to verify the exact content.
Topics: files, text output
Source: patterns/ex-files-write-text-file-fixed-path.json
Import YouTube Chapter Text As Sequence Markers
Prompts for a pasted chapter block or a text file, optionally clears existing active-sequence markers, then imports YouTube-style chapter lines as sequence markers.
Topics: markers, YouTube chapters, text import, file dialogs, multiline prompts, marker comments
Source: recipes/ex-markers-import-youtube-chapter-text-as-sequence-markers.json