G
Guest
Hi,
My application uses a DLL file that I created. I want to be able to delete
this file at some point when the application is not using it and replace it
with another DLL file.
Of course if I use:
File.Delete("myFile.DLL")
I will get an exception saying that the access to this file is denied.
How do I force Windows to delete/kill this file?
My application uses a DLL file that I created. I want to be able to delete
this file at some point when the application is not using it and replace it
with another DLL file.
Of course if I use:
File.Delete("myFile.DLL")
I will get an exception saying that the access to this file is denied.
How do I force Windows to delete/kill this file?