I'm setting up an access control system for a shared folder structure. My goal is to grant a specific group of users full access to a main parent folder. However, within this parent folder, there's a particular subfolder that, for security or organizational reasons, I need to keep hidden or inaccessible only to this specific group, while still allowing them access to all other content within the parent folder.
My question is: Is it technically possible to configure permissions in such a way that a user group has visibility and access to a parent folder, but a specific subfolder within it is masked or denied for that same group? If so, what are the common methods or best practices to achieve this?
