isExecutable

inline fun Path.isExecutable(): Boolean

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

Since Kotlin

1.5

See also