Hi,
I have to update my log file (.txt) every time the program finishes uploading
files to server. Log file is written to using FileStream now. However, if
I'm reading the text file (using Pocket Word) at the time the process try
to open and write, I'll get an IOException. Anyway I can update the text
file and see the data updated in PocketWord without close/open it again?
Thanks for all your time
Eric

Re: Update text file real time by Paul

Paul
Tue Oct 31 12:49:50 CST 2006

No way to accomplish this that I can think of. You might conceivably be
able to cause Pocket Word to open the file read-only, in which case it
shouldn't care that someone is changing it, but I don't think it will
'update', either.

You sure targeted a lot of groups where this message doesn't belong. What
does this have to do with Pocket PC networking, for example? Try to limit
your cross-posting. This would be fine targeted at the .NET CF group
*only*.

Paul T.

"Eric Nguyen" <eric.nguyen.vn@gmail.com> wrote in message
news:932290a418788c8caf96600ae91@msnews.microsoft.com...
> Hi,
> I have to update my log file (.txt) every time the program finishes
> uploading files to server. Log file is written to using FileStream now.
> However, if I'm reading the text file (using Pocket Word) at the time the
> process try to open and write, I'll get an IOException. Anyway I can
> update the text file and see the data updated in PocketWord without
> close/open it again?
> Thanks for all your time
> Eric
>
>