nio
nio copied to clipboard
Extending nio.Path to io/Coercions etc
Hi there,
I've found the static methods in java.nio.file.Files useful for a lot of things, and use it a lot in Clojure code. Unfortunately, it doesn't work that well with clojure.java.io as it mainly uses the nio Path as output.
Would a patch that extends Path to the jio protocols, and adds the function as-path
in a new protocol be welcome?
Yes, that sounds like a good patch!
Hi, I just ran into this as well. Wondering if anything ever came of this / whether this project is still maintained & would accept a patch to that effect.