I have a tif files from a specific directory, I have a function to read the all the tif files and converted it to text, after the conversion I move it to a folder named "Completed" once it was successfully converted, and move it Failed folder once it was failed to convert. the Problem is the when I used the Move method of System.IO.File it was raised an error saying that
"The process cannot access the file because it is being used by another process"
What is the problem, I closed the file , I dispose it , but still the error occurs?