Directory.Exists(@"\MyServer\Images") command works correctly while Directory.Exists(@"\MyServer") doesn't.
Can you suggest me a "Directory.Exists" equivalent to check the accessibility of servers.
Please don't suggest to ping the server, because sometimes ICMP is blocked by server firewall and the PING command doesn't work. And don't refer to the similar questions where using the PING command can be acceptable by question posters.