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

S_IRWXO

Mode flag: Read, write, execute by others.

Declaration

Source position: ostypes.inc line 381

const S_IRWXO = S_IROTH or S_IWOTH or S_IXOTH;


Documentation generated on: Jul 24 2023