Hi Giuseppe, a little self-contained example would be appreciated! Best, Christian
On Tue, Mar 12, 2019 at 11:19 AM Giuseppe G. A. Celano celano@informatik.uni-leipzig.de wrote:
Hi
I wrote a single script which should do: write a file -> open this file -> write another different file. I put the write expressions in the right sequence, but it seems that the second one cannot happen because the file created by the first write function has not yet been created at the time the second function is invoked. Does anyone have a suggestion about this? Thanks.
Best, Giuseppe