isUserExec

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

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

Meta