isUserExec - multiple declarations

Function isUserExec

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

bool isUserExec (
  Path path
);

bool isUserExec (
  string path
);

Function isUserExec

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

bool isUserExec (
  Path path
);

bool isUserExec (
  string path
);