isWorldExec

Posix-only. Check the world (ie "other") executable bit of a file. File must exist.

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

Meta