isWorldExec - multiple declarations

Function isWorldExec

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

bool isWorldExec (
  Path path
);

bool isWorldExec (
  string path
);

Function isWorldExec

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

bool isWorldExec (
  Path path
);

bool isWorldExec (
  string path
);