Modify NTSF security settings

R

Rob LMS

I'm working with a code that allows users to modify the security rights of
files on our server. We have been using the Win 2000 resource kit tool
xcacls.exe which is a command-line tool and thus requires you utilize the
shell command.

Although this has been working, I was hoping there were VBA commands that
will accomplish it without having to use the shell command, which has given
unreliable results in the past.
 
D

Douglas J Steele

Definitely no VBA commands to do it, but you might be able to figure out the
appropriate APIs to call.

The problem I've encountered is that the details aren't that easy to find
anywhere!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top