PLAYGROUND (experimental)

load_file

load_file(filepath, [timeout])

Load a file as a raw string

Syntaxe

var txt = load_file("notes.txt");

Arguments

NameRequiredDefaultDescription
filepathyes-Path/URL to raw file (txt...)
timeout--Network timeout in ms (optional)