What type of files are you working with? If you are working with Excel, Word, PDF's and such, you can use the VBA methods:
FileCopy()
Kill()
And if you try to manipulate a file opened by Word, Excel, Adobe, etc. you will get a trappable run-time error (I beleive it has an error number of 70).