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