getExecute

abstract fun getExecute(): Boolean(source)

Describes if a certain class of users has execute access to a file or directory.

Execute access is the capability to run a file as a program; executing a directory doesn't really make sense, it's more like a traverse permission; for example, a user must have 'execute' access to the 'bin' directory in order to execute the 'ls' or 'cd' commands.