yes, this is one of those confusing error messages. When it says that, it really means to say: "Failing to ... because the file is being used by this very process or maybe even another process". The typical cause is either one of these: 1. your app has the file still open, i.e. you forgot to dispose of the File, FileStream, or whatever relevant object you used earlier to access that file. 2. another app is busy accessing your file; typical candidates are indexing programs, and AntiVirus programs (both are very interested in fresh files!). If so, all it takes is a few seconds of patience and a retry. :)
Luc Pattyn [Forum Guidelines] [My Articles] [My CP bug tracking] Nil Volentibus Arduum
Season's Greetings to all CPians.