isGroupExec

Posix-only. Check the group executable bit of a file. File must exist.

  1. bool isGroupExec(Path path)
  2. bool isGroupExec(string path)
    version(docs_scriptlike_d)
    bool
    isGroupExec
    (
    string path
    )

Meta