File Lock

Pete via Jython-users <[email protected]> Fri, 13 Sep 2019 13:26:21 -0700
Newsgroups gmane.comp.lang.jython.user
Message-ID <[email protected]>
I need to append and then close a file.

I am trying to avoid file write contention issues.

How can I determine if the file if not closed before opening it for append?


Thank you,

PR