Open CASCADE Technology  7.1.0.beta
Enumerations

OSD_SingleProtection.hxx File Reference

Enumerations

enum  OSD_SingleProtection {
  OSD_None, OSD_R, OSD_W, OSD_RW,
  OSD_X, OSD_RX, OSD_WX, OSD_RWX,
  OSD_D, OSD_RD, OSD_WD, OSD_RWD,
  OSD_XD, OSD_RXD, OSD_WXD, OSD_RWXD
}
 Access rights for files. R means Read, W means Write, X means eXecute and D means Delete. On UNIX, the right to Delete is combined with Write access. So if "W"rite is not set and "D"elete is, "W"rite will be set and if "W" is set, "D" will be too. More...
 

Enumeration Type Documentation

Access rights for files. R means Read, W means Write, X means eXecute and D means Delete. On UNIX, the right to Delete is combined with Write access. So if "W"rite is not set and "D"elete is, "W"rite will be set and if "W" is set, "D" will be too.

Enumerator
OSD_None 
OSD_R 
OSD_W 
OSD_RW 
OSD_X 
OSD_RX 
OSD_WX 
OSD_RWX 
OSD_D 
OSD_RD 
OSD_WD 
OSD_RWD 
OSD_XD 
OSD_RXD 
OSD_WXD 
OSD_RWXD