fs_extra
fs_extra copied to clipboard
Some questions regarding this crate
Hi I have some questions regarding this crate.
- Does it use shell commands at all?
- Lets just say I wanted to remove everything recursively and I don't want to delete any files with a specific name (lets call the file name "Rust"). So do you happen to know how I would delete everything but the name "Rust"?
I think second question is not supported, but when #48 is implemented that should do it.
@mark19142218 I see thanks mate :)