I am trying to move a file from server \\abc\\C$\\temp\\coll.zip to another server \\def\\c$\\temp.
I am trying to use File.Copy(source,destination). But I am getting the error in source path saying: Couldn't find the part of the path.
I am not sure what is wrong with the source path.
You could use a C# @ Verbatim and also use checks in the code like this: