Hi ALL,

I'm using C#4.0

When I try to run the following :

Code:
File.Move(@file, @ConfigurationManager.AppSettings["CompletedFolder"]);
I receive the error:

Cannot create a file when that file already exists.

However the files do not exist in the destination folder.

Any ideas?