hbibel

Results 1 issues of hbibel

Hi all, `Files.deleteRecursive` fails when passed a directory that contains a non-empty directory. I tested this using zio `2.0.10`, zio-nio `2.0.1` and JDK "Temurin" `17.0.5`: ```scala import zio._ import zio.nio.file._...