Post the code you are using along with the evaluated value of source and dest for File.Copy() . I have a number of apps that copy from UNC paths and they work OK, except for when the remote machine goes down. Then it throws an IOException . Does your code fail every time or just sometimes? It might be a sharing/permission issue.
sknake
Industrious Poster
4,954 posts since Feb 2009
Reputation Points: 1,764
Solved Threads: 735
your destfile needs to be a full file path, not just the destination directory. Try c:\output\2234\January-14\T1\Error Log\destination.text for your outfile (i added the filename at the end)
sknake
Industrious Poster
4,954 posts since Feb 2009
Reputation Points: 1,764
Solved Threads: 735