Posted by W Marsh on 07/15/07 12:43
Hi. In my application I do something very simple - I open a file, lock
it exclusively, write some data to it and close it.
If I re-open it in the same process (I mean before the script has
ended) to read the file, I find that the data I have written doesn't
exist in there. I can't read it back until I run the script again.
My question follows: WHAT
[Back to original message]
|