How to check whether a directory is write protected or not?
C / C++ / MFC
5
Posts
3
Posters
0
Views
1
Watching
-
-
Hi, How to check whether a directory is write protected(not ready-only attribute) or not. I tried using _taccess_s but its not working for directories(MSDN confirms it). Is there any way to check it. Thanks. Adios, Cool Ju :cool: Dream Ur Destiny
-
Hi, How to check whether a directory is write protected(not ready-only attribute) or not. I tried using _taccess_s but its not working for directories(MSDN confirms it). Is there any way to check it. Thanks. Adios, Cool Ju :cool: Dream Ur Destiny
-
See Access Control List MSDN Security Glossary[^]
"What classes are you using ? You shouldn't call stuff if you have no idea what it does"
Christian Graus in the C# forumled mike