kitlangton / zio-app

Quickly create and develop full-stack Scala apps with ZIO and Laminar.
124 stars 33 forks source link

linux directory fix #6 #24

Closed fokot closed 3 years ago

fokot commented 3 years ago

Tested on Linux and works. Deleting files in clumsy as zio.nio.file.Files.recursiveDelete works only for directory with files in it, so it is not fully recursive. Maybe I can add this to zio-nio too.

kitlangton commented 3 years ago

Amazing! :D