Sets the permissions of the added files/folders
| 93 | |
| 94 | //! Sets the permissions of the added files/folders |
| 95 | void SetPermissions(int permissions_) |
| 96 | { |
| 97 | this->Permissions.Set(permissions_); |
| 98 | } |
| 99 | |
| 100 | //! Clears permissions - default is used instead |
| 101 | void ClearPermissions() { this->Permissions.Clear(); } |