(First off all hi to everyone my first post!)
Need some guidance..
Ok, i have two programs one program writes to a text file on a consistent basis, while the second program is opening this text file on a consistent basis for reading..
Sometimes the programs are accessing the file at the same time and the user keeps getting this error : this process cannot access the file because its already in use..
Is there any class, in system.io that i can use to modify the settings of this text file so both programs can access it at the same time?
Any help would be appreciated!
Need some guidance..
Ok, i have two programs one program writes to a text file on a consistent basis, while the second program is opening this text file on a consistent basis for reading..
Sometimes the programs are accessing the file at the same time and the user keeps getting this error : this process cannot access the file because its already in use..
Is there any class, in system.io that i can use to modify the settings of this text file so both programs can access it at the same time?
Any help would be appreciated!