I am stuck with changing a directory to "\10.10.10.10\D$\some_dir"
FileUtils.chdir("\\\\10.10.10.10\\D$\\some_dir\\")
and
Dir.chdir("\\\\10.10.10.10\\D$\\some_dir\\")
do not work in Ruby 1.9.3! It worked in Ruby 1.8.7
Any ideas how to change dir to a remote box dir?