2
Answers

delete a file locked by another process in C#

Ask a question
mohit ranjan

mohit ranjan

11y
9.3k
1
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)