DirectoryInfo.Exists and Network drives

  • Thread starter Thread starter Peter Somu
  • Start date Start date
P

Peter Somu

Hello,

It seems like the method DirectoryInfo.Exists does not work for network
mapped directories. Is this true? If so, what mechanism is there to
verify that a netowork directory exists?


Thanks in advance

Peter Somu (e-mail address removed)
 
Hi Peter,


I use Directory.Exist ( ... ) to check it and it works fine, jst make sure
the network drive is connected.

Hope this help,
 

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