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,
 
Back
Top