Deletes a file at the given URI
Silently ignores errors so callers can fire-and-forget cleanup without affecting the happy path (e.g. old image files after a recipe image update).
URI of the file to delete
deleteFile('file:///documents/Recipedia/old_image_abc123.jpg'); Copy
deleteFile('file:///documents/Recipedia/old_image_abc123.jpg');
Deletes a file at the given URI
Silently ignores errors so callers can fire-and-forget cleanup without affecting the happy path (e.g. old image files after a recipe image update).