I have revoked a permission for a folder test using cacls as follows.
cacls test /p username:n
It worked properly. I tried to unlock it using following command.
cacls test /p username:f
Command prompt showed this message
Processed dir: D:\test
But still, I can't access the folder. Why?