fs-file-save
Action
Save content to a file at the specified path
Syntax
fs-file-save "/path/to/file" "content"
save content to file (fire and forget)
$created = fs-file-save "/path/to/file" "content"
save content, returns true if created (false if updated)
$created, $error = fs-file-save "/path/to/file" "content"
save content with error handling