Editing NT Folder rights from vba or Stored Proc

  • Thread starter Thread starter Sean
  • Start date Start date
S

Sean

Hi there,
Is there a way to assign/change NT rights on an NT network folder using VBA.
or vbscript etc....

Any examples that I could follow...

Also, can I run this "impersonating" the admin account, so that it
works...
 
Sean said:
Is there a way to assign/change NT rights on an NT network folder using VBA.
or vbscript etc....

Possibly using API calls. I'd poke about on the VB sites at
www.mvps.org.
Also, can I run this "impersonating" the admin account, so that it
works...

No idea. I don't know if you can pass an account name and password
with those API calls. I rather doubt it.

Tony

--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Back
Top