reading data from file without removing expert

 

I have an expert that write some data into a file . But I can not open the file or read data from the file via another expert until I remove expert. I see a message that tells me the file is using by another program.

Is there a way to read data or open file without need to close the expert.

 
FileClose(...
 
Morteza Khorasani:

Is there a way to read data or open file without need to close the expert.

I describe the idea of creating a "snapshot" to view file contents here:

https://www.mql5.com/en/forum/227889#comment_6593610

Reason: