2
Answers

delete a file locked by another process in C#

mohit ranjan

mohit ranjan

8y
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)