anish
November 10, 2001, 02:57 am
How can i develop an application to protect or control access to a directory..ie, after setting
the protection to a particular directory using the application, nobody should be able to access
it (double clicking the directory on the "windows explorer" should display the message "no
access" to the user), add files to it (copy) or delete it? Please tell me, which commands in
VC++ can be used to perform this?Commands like SetNamedSecurityInfo,SetFileSecurity
will work only under Windows NT..but, i'm working in Windows 98..Please help me..
the protection to a particular directory using the application, nobody should be able to access
it (double clicking the directory on the "windows explorer" should display the message "no
access" to the user), add files to it (copy) or delete it? Please tell me, which commands in
VC++ can be used to perform this?Commands like SetNamedSecurityInfo,SetFileSecurity
will work only under Windows NT..but, i'm working in Windows 98..Please help me..