Join Slack
Powered by
Is there a reason java.nio.file.Path isn't mention...
# announcements
r
robstoll
09/11/2018, 2:23 PM
Is there a reason java.nio.file.Path isn't mentioned on
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.io/index.html
but only the kind of old scool java.io.File? I was surprised to see that there aren't any extension methods on Path such as
exists
.
h
hudsonb
09/11/2018, 2:51 PM
Path was added in 1.7, I think kotlin targets 1.6 by default? Surprising there isn't anything in the JVM 1.8 std-lib though
r
robstoll
09/11/2018, 3:04 PM
True, might be that is the reason
2
Views
Open in Slack
Previous
Next