How do you check to see if you have access (yet - because it will work fine after you have navigated there at least once before in this windows session and entered name/pass) to a network drive without waiting for the IOException when trying to access it?

And on that note, suppose that I can get my users name/pass via dialog, how do I set their access permissions to that network folder?

link|improve this question

voted to close? no reason why? – SnOrfus Apr 30 '09 at 16:03
feedback

1 Answer

In general, I think it is better to just handle the exception instead. You can't be 100% positive that you have access between checking and trying to access a drive. Not to mention all the other errors that could happen.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.