rohit a

rohit a

  • NA
  • 4
  • 0

Accessing folder in a network system?

Jul 22 2006 7:48 AM
 

hai all,

by using the following code is it possible to get check a folder is present in a system in the network?

string fold=@\\server-name\system-name\folder-name;

if (System.IO.Directory.Exists(fold)){}

its not working for me... am i doing correct?


Answers (1)