fs-file-load
Action
Load file content from filesystem path
Syntax
$content = fs-file-load "/path/to/file"
load file content by path
$content, $error = fs-file-load "/path/to/file"
load file with error handling