Folder access rights

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I can use a custom function "PathExists" (courtesy of jwalk) to indicate that
I am mapped to a directory, but how can I test if I have access to that
folder?

Any help would be appreciated.
 
Maybe just trying to create a file (a text file) would be sufficient. You could
kill it if you created it.

But there are different levels of rights, too. Read Only, Read/Write,
Read/Write/Create, Read/Write/Create/Delete. You may want to test all the
things you need to use.
 

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

Back
Top