I am trying to perform a simple File.Copy()
string _originalFile = "Lapdesk.Websites/Files/La
pdesk_Quot
e_Original
.xls";
string _destFile = "Lapdesk.Websites/Files/La
pdesk_Quot
e.xls";
//Generatate copy of original and modify.
File.Copy(_originalFile, _destFile, true);
When the above mentioned error is generated. The files are not open and no background proceses are running that can access them
Start Free Trial