Posted By:
john_chan
Posted On:
Thursday, April 4, 2002 05:00 PM
I have a program that continuously checks a file for changes using a BufferedInputStream. However, while I have the stream open, the file cannot be deleted (sharing violation). Any ideas?
Thanks in advance.