advertisement
Login | Register   
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   TIP BANK
Browse DevX
Download the code for this article
How will you use access to file system permissions in your applications? Tell us in the enterprise.windowsnt.backoffice discussion group.
Partners & Affiliates
advertisement
advertisement
advertisement
advertisement
 

Retrieving NTFS Permissions with C++

There are plenty of handy things you can do if you have programmatic access to the permissions set in the NT File System. Learn to employ C++ and Win32 APIs to query the Access Control Lists that hold security settings for files or folders and use that information however you like.  


advertisement
icrosoft originally designed NTFS (New Technology File System) for its NT series of operating systems. Over time, NTFS was improved and it is now being used on the newer server OSs: Windows 2000/XP/2003. Compared to FAT32, NTFS opened up a whole new world of file management.


One of the key features of NTFS is the ability to define access control information for each file system object—NTFS security. By applying different security policies, you may allow or deny access to files and folders for particular users or groups.

It's quick, easy and you get access to all the articles on DevX.
This registration/login is to allow you to read articles on devx.com.
Already a member?



advertisement