P
Patrick Tingen
Guest
The solution with the FINALLY block actually sounds good. It would mean the smallest amount of changes and a FINALLY block is reliable enough to close the files. The solution with a procedure walker would not work I think. If the process is terminated, I end up with a file lock on OS level which will not be released when I kill the process. I think.
Continue reading...
Continue reading...