Constant lrs::file::mode::MODE_USER_EXEC

See the remarks.

This flag has different meanings when applied to regular files and directories.

On regular files

The owner of this file can execute it.

On directories

The owner of the directory can read the contents of the directory.

Syntax

const MODE_USER_EXEC: Mode = Mode(S_IXUSR);