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?