local-file-load
Action
Load a value from local file storage by key
Syntax
$value = local-file-load "my-key"
load value by key (returns null if not found)
$value, $error = local-file-load "my-key"
load value with error handling