What is the best pratice to get a file attribute(such as read only), and security attribute(such as

Posted by sxingfeng on Stack Overflow See other posts from Stack Overflow or by sxingfeng
Published on 2010-03-08T02:22:35Z Indexed on 2010/03/08 5:36 UTC
Read the original article Hit count: 185

Filed under:
|
|
|

I am programming in C++ MFC, windows.

What is the best practice to get a file attribute(such as read only), and security attribute(such as read deny write deny) in windows XP, Vista, and Win7?

and What is the best practice to modify a file attribuute and security attribute?

Many thanks!!!

© Stack Overflow or respective owner

Related posts about c++

Related posts about Windows