Constant lrs::file::mode::MODE_GROUP_EXEC

See the remarks.

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

On regular files

Members of the owning group of this file can execute it.

On directories

Members of the owning group of the directory can read the contents of the directory.

Syntax

const MODE_GROUP_EXEC: Mode = Mode(S_IXGRP);