fs-file-delete
Action
Delete a file at the specified path
Syntax
fs-file-delete "/path/to/file"
delete file by path (fire and forget)
$deleted = fs-file-delete "/path/to/file"
delete file, returns true if deleted (false if not found)
$deleted, $error = fs-file-delete "/path/to/file"
delete file with error handling