You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: