remove_dir_all icon indicating copy to clipboard operation
remove_dir_all copied to clipboard

Reliable remove_dir_all implementation for Windows

Results 7 remove_dir_all issues
Sort by recently updated
recently updated
newest added

It says ... "Reliable remove_dir_all implementation for Windows", but this somewhat implies that its *only* for Windows. I'm not sure how to better present it though :/

This is on me, but I didn't get the right pattern for referring to the Rust CVE vs this CVE - are we able to get the advisory to have...

Hey guys, We really like using your library for our Windows environment but I'd really like to add some additional functionality to it. What I need is a function to...

@rbtcollins What do you think about making this crate 1.0? The public API isn't likely to change and with how stable it is I feel like it's probably time to...

I upgraded from version 0.7 to version 0.8, and in some cases I was unable to delete directories. It returned: os error 5, which may be due to lack of...

This PR aims to address the issue described in Issue #82 .

Hello, we are using your crate to perform directory cleanup on a Linux machine. When using the remove_dir_all / remove_dir_contents call, we have noticed that if the directory or subdirectories...