kotlin-stdlib / kotlin.io.path / java.nio.file.Path / isExecutable isExecutable JVM JRE7 1.5 fun Path.isExecutable(): Boolean(source) Checks if the file located by this path exists and is executable. See Also Files.isExecutable