Open CASCADE Technology
7.3.0
|
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... | |
enum OSD_SingleProtection |
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 |