2
Answers

delete a file locked by another process in C#

delete a file locked by another process in C#
 
File.Delete(file);

not working gives error 
i have to delete forcefully delete it

Answers (2)