touch_grass/file_system/delete_file
Delete a file at the given path.
Deleting a file that does not exist is an error, surfaced via the
Result return type.
Values
pub fn decode(
input: value.Value(a, b),
) -> Result(String, break.Reason(a, b))
pub fn encode(result: Result(Nil, String)) -> value.Value(a, b)