Good morning,
I need to open a .txt file exclusively so that if another program tries to read, it receives a warning preventing it from opening.
The file I'm going to read is a file that contains data in a specific layout and when opening I need to read line by line.
Thank you!