The System.IO.DirectoryInfo.Exists always return false if i am giving a UNC like this \\\\192.168.0.33\\Others (F).
System.IO.DirectoryInfo.Exists
\\\\192.168.0.33\\Others (F)
and it occurs only when I r
Try System.IO.Directory.Exists().
System.IO.Directory.Exists()