P0077 Io Panics
Io
io.delete_file() cannot delete a directory; use io.remove_dir() for directories
When this occurs
This error is triggered when: io.delete_file() cannot delete a directory; use io.remove_dir() for directories
Example error message
error[P0077]:
io.delete_file() cannot delete a directory; use io.remove_dir() for directories
How to fix
Review the error message and check your code at the indicated location. The message describes what went wrong — fix the underlying issue it identifies.
Related errors
No related errors.