PLAYGROUND (experimental)

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

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