in reply to Re: Appending to Files on NT?
in thread Appending to Files on NT?

Excellent idea. In this particular case, the value of $^E might also be helpful. I suspect that the file is open by a program that isn't sharing write access. See the Win32API::File documentation of the $svShare argument to createFile() for more information on this.

        - tye (but my friends call me "Tye")