https://kotlinlang.org logo
Title
a

alex cole

12/27/2020, 2:54 AM
What is the best way to read from files without going through Java.io.File?
s

Scott Christopher

12/27/2020, 8:44 AM
There are also some extension methods available for
java.nio.file.Path
introduced in Kotlin 1.4.20 https://blog.jetbrains.com/kotlin/2020/11/kotlin-1-4-20-released/#standard-library-changes
a

alex cole

12/27/2020, 2:21 PM
Well I was wanting to stay on the hotline side and build it out from input streams but the documentation isn’t there.