isGroupExec

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

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

Meta