Structs§
- Cleaned
Item - Result of a single deletion
Enums§
Functions§
- remove_
dir - Delete a directory and all its contents. On permission denied, retries with elevated privileges.
- remove_
file - Delete a single file. On permission denied, retries with elevated privileges via macOS auth dialog.
- remove_
path - Delete a path — dispatches to
remove_fileorremove_dirbased on path type - run_
cleanup_ command - Run a shell command to clean (used for Docker, etc.)