Hi all,
Lets say Program A had opened a AAA.txt and had finished writing to it but didnt closed it as it is waiting for another patch of data to be written in around 1 mins or so.
So in between the 1mins times can Program B copy its content and after copying delete all the content in AAA.txt?
Note: I can only make changes in the code for Program B but not for Program A.