Crate force_remove[][src]

Functions

force_remove_dir

Allows removal of empty read-only directories, other than that behaves like std::fs::remove_dir.

force_remove_dir_all

Allows removal of readonly directories and their read-only content, uses force_remove_dir and force_remove_file.

force_remove_file

Allows removal of read-only files, other than that behaves like std::fs::remove_file.