Open hbibel opened 1 year ago
Hi all,
I opened a PR with a basic implementation for the desired functionality. I marked it as WIP since there's a couple of things that aren't clear to me:
LinkOption
s like in other methods to enable control over whether a linked directory gets wiped as well.Thanks for any feedback!
Hi all,
Files.deleteRecursive
fails when passed a directory that contains a non-empty directory. I tested this using zio2.0.10
, zio-nio2.0.1
and JDK "Temurin"17.0.5
:I believe this is not intended behavior.