Hi aldwinenriquez
As I understand it File.Delete simply calls the Win32 DeleteFile API
Also check if an ActiveX component your using has a handle on the file
Try this:
Code:
}
File.Delete(fileName)
Thread.Sleep(1000)
}
You need to remove the file from the array aswell.
