nio icon indicating copy to clipboard operation
nio copied to clipboard

Extending nio.Path to io/Coercions etc

Open hypirion opened this issue 8 years ago • 2 comments

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?

hypirion avatar Mar 15 '16 10:03 hypirion

Yes, that sounds like a good patch!

pjstadig avatar Mar 15 '16 19:03 pjstadig

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.

ieure avatar Mar 08 '23 17:03 ieure