isReadable

inline fun Path.isReadable(): Boolean(source)

Checks if the file located by this path exists and is readable.

Since Kotlin

1.5

See also