kotlin-stdlib
JRE7
kotlin-stdlib
/
kotlin.io.path
/
isReadable
is
Readable
JRE7
inline
fun
Path
.
isReadable
(
)
:
Boolean
Checks if the file located by this path exists and is readable.
Since Kotlin
1.5
See also
Files