|
-
Nov 20th, 2006, 04:29 AM
#1
Thread Starter
Junior Member
[02/03] Looped reading of a textfile
I am using filestream and streamreader to read a file and display the results in a textbox. The content of the textfile is changed by an other application. Is it possible to monitor these content changes and repeat the reading process?
Thanks
-
Nov 20th, 2006, 04:43 AM
#2
Re: [02/03] Looped reading of a textfile
Reading the file is just a matter of executing the same code again. You monitor changes to the file system with a FileSystemWatcher component.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|