I am new at threads here is the question,
I have 3 threads one of them calls a method that writes into a file via File.AppendAllText method, other thread duplicates the text in the same file, and the last thread reads the text from file and print on a label.
When I start the threads at the same button click event it gives the error that file is being used by another application, I know why it gives that error but how can I achieve this ?