Reading a File That is Being Written To From Phobos

2009-06-15 Thread dsimcha
It seems that Phobos won't allow opening a file that is being written to by another program. I understand that this is unsafe behavior. However, for my purposes, I don't care and want to do it anyhow. (My purposes are that I have a program periodically dumping data to a file and every once in a

Re: Reading a File That is Being Written To From Phobos

2009-06-15 Thread Frits van Bommel
dsimcha wrote: It seems that Phobos won't allow opening a file that is being written to by another program. I understand that this is unsafe behavior. However, for my purposes, I don't care and want to do it anyhow. (My purposes are that I have a program periodically dumping data to a file