Constant lrs::file::mode::MODE_WORLD_EXEC

See the remarks.

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

On regular files

Everyone can execute the file.

On directories

Everyone can read the contents of the directory.

Syntax

const MODE_WORLD_EXEC: Mode = Mode(S_IXOTH);