FileUltimate
FileUltimate copied to clipboard
Bug with Denied Permissions
Here are 2 examples regarding access control permissions on a directory: Note: In these examples, AllowedPermissions is set to FileManagerPermissions.ReadOnly
#1: In the Preview pane, there is no Print button and there is no Download button. AccessControl.DeniedPermissions = FileManagerPermissions.Download Or FileManagerPermissions.Copy Or FileManagerPermissions.Print
#2: In the Preview pane, there is a Print button and a Download button. AccessControl.DeniedPermissions = FileManagerPermissions.Download Or FileManagerPermissions.Copy
There should not be a Print button in case #2. It seems that when Print is available, download automatically becomes available.