J
J Wolfgang Goerlich
Hello group,
I am looking for an easy way to read the top line from a text file and
delete it. The text file is a working queue. If no lines exist, the
thread simply waits.
I am running into difficulty because it seems that I need a
StreamWriter and StreamReader with a lock on the same file.
Does anyone have some precanned code samples for popping the top line
off a file?
Thanks in advance,
J Wolfgang Goerlich
I am looking for an easy way to read the top line from a text file and
delete it. The text file is a working queue. If no lines exist, the
thread simply waits.
I am running into difficulty because it seems that I need a
StreamWriter and StreamReader with a lock on the same file.
Does anyone have some precanned code samples for popping the top line
off a file?
Thanks in advance,
J Wolfgang Goerlich