Delete File
Deletes a file at a given filesystem path. Use onError to decide whether errors stop the script, continue, or return false when the block supports it.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
path | yes | expression | file-path-string | — |
reason | no | expression | — | — |
onError | no | expression | enum-string | STOP, CONTINUE, RETURN_FALSE |
Notes
No additional notes are available yet.