Sets the permissions mask of files/folders The permissions will be copied from the existing file or folder. The mask will then be applied to unset some of them
| 106 | //! or folder. The mask will then be applied to unset |
| 107 | //! some of them |
| 108 | void SetPermissionsMask(int permissionsMask_) |
| 109 | { |
| 110 | this->PermissionsMask.Set(permissionsMask_); |
| 111 | } |
| 112 | |
| 113 | //! Clears permissions mask - default is used instead |
| 114 | void ClearPermissionsMask() { this->PermissionsMask.Clear(); } |