Block creation of folders on vista [modified]
Windows API
1
Posts
1
Posters
1
Views
1
Watching
-
Hi All, I want to block folder creation, I am doing it by using API interception. It is working fine with 2K & XP intercepting CreateDirectory API, but Vista creates folders in very different manner. It does not call CreateDirectory to create a folder. I have checked it using API Monitor. As of now I know that Vista identifies files & folders using somthing called object identifier & has a service which deals with these OID's. So hey MVP's give me any hint, how could I block folder creation. Thanks. Smile:-D Is it not clear. -- modified at 4:18 Friday 6th April, 2007