What does it mean? I am doing something like this:
File.Copy(@"\\foo\bar\baz.txt", @"c:\test\baz.txt");
MSDN does not describe this exception, except in general terms, and a googling search only provides error code tables.
I confirmed that the source file exists, and I am 99% sure that I have permission to copy the file to the destination.
source
share