In my Code I am checking Remote path
if not os.path.exists(dest_dir):
print "Dest directory does not exist"
return
But when i access path manually i am able to access.
My path is '\\10.223.161.31\D$\images'
I have set to '\\\\10.223.161.31\\D$\\images'