Hi ALL,
I'm using C#4.0
When I try to run the following :
I receive the error:Code:File.Move(@file, @ConfigurationManager.AppSettings["CompletedFolder"]);
Cannot create a file when that file already exists.
However the files do not exist in the destination folder.
Any ideas?




Reply With Quote