hey guys, I've been trying to find a way to read a .txt file in real time. I've developed a client/server console app program in Visual Studio 2010. I can open and send txt files to my sever program with my client program (tcp, netstream). However, the file that I am calling is constantly being updated with new data. I want to sent that updated data straight to my File Sharing Watcher function but this merely tells me if my file or directory has changed not the actual string of data. Does anyone know of any other function or way of achieving this?