Maybe I dont see it or i m missing something, but is there a non generic IOException that covers file in use, or perhaps some other type of Exception? As far as I can tell, no, but wanted to see if I missed it.

Right now I am using Catch FileinUse As IOException, but its best to use specific ones if they exist.

Anyone?