1
Reply

Accessing folder in a network system?

rohit a

rohit a

Jul 22 2006 7:48 AM
2.4k
 

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)