[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'BaseUnix' (#rtl)

S_IRWXU

Mode flag: Read, write, execute by user.

Declaration

Source position: ostypes.inc line 334

const S_IRWXU = S_IRUSR or S_IWUSR or S_IXUSR;


Documentation generated on: May 14 2021