Mode flag: Read, write, execute by user.
Source position: ostypes.inc line 334
const S_IRWXU = S_IRUSR or S_IWUSR or S_IXUSR;