Unit 'BaseUnix' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

S_IRWXU

Mode flag: Read, write, execute by user.

Declaration

Source position: ostypes.inc line 379

const S_IRWXU = S_IRUSR or S_IWUSR or S_IXUSR;


Documentation generated on: Jul 24 2023