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

S_IRWXG

Mode flag: Read, write, execute by groups.

Declaration

Source position: ostypes.inc line 335

const S_IRWXG = S_IRGRP or S_IWGRP or S_IXGRP;


Documentation generated on: May 14 2021