load_file
Load a file as a raw string
load_file(
filepath,
[timeout]
)
Load a file as a raw string
Syntaxe
var txt = load_file("notes.txt");
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
filepath | yes | - | Path/URL to raw file (txt...) | |
timeout | - | - | Network timeout in ms (optional) |