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