NTFS File Permissions 
Author Message
 NTFS File Permissions

I want to progmatically control the NTFS file permissions. Is it possible?
Can someone please inform more on this.

Thanks,



Sun, 13 Jul 2003 22:42:09 GMT  
 NTFS File Permissions
There are only two ways I am aware of, without writing your own control.
Shell Out to run CACLS.EXE or XCACLS.EXE
Or use ADSSECURITY.DLL (Platform SDK component....very little documentation)
Quote:
-----Original Message-----

I want to progmatically control the NTFS file permissions. Is it possible?
Can someone please inform more on this.

Thanks,

.



Sat, 19 Jul 2003 00:50:40 GMT  
 NTFS File Permissions
Hi Rajkumar,

Yes, you can do it with API calls (isn't easy) or shelling out DOS commands.
For info on the API route, go here:

    http://msdn.microsoft.com/library/periodic/period99/lj1099.htm
    Encapsulate NT File Security

Regards,
Jake Marx


Quote:
> I want to progmatically control the NTFS file permissions. Is it possible?
> Can someone please inform more on this.

> Thanks,



Sat, 19 Jul 2003 06:39:18 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Setting NTFS File Permissions

2. set NTFS File Permissions with API?

3. NTFS File Permissions

4. Setting NTFS File Permissions Programmatically

5. NTFS File Permissions

6. Set ACL File Permissions for NTFS

7. NTFS file & folder permissions

8. NTFS Permissions in XP PRO for ASP Changes to MS Access File

9. How can I Check File Permission with NTFS

10. File Sharing and NTFS Permissions

11. Creating/Amending NTFS permissions with VB.NET

12. Setting NTFS Permissions using WMI

 

 
Powered by phpBB® Forum Software