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

S_IRWXO

Mode flag: Read, write, execute by others.

Declaration

Source position: ostypes.inc line 336

const S_IRWXO = S_IROTH or S_IWOTH or S_IXOTH;


Documentation generated on: May 14 2021