isWritable

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

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

Since Kotlin

1.5

See also