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

S_IRWXG

Mode flag: Read, write, execute by groups.

Declaration

Source position: ostypes.inc line 380

const S_IRWXG = S_IRGRP or S_IWGRP or S_IXGRP;


Documentation generated on: Jan 30 2024