Re: How to wait for file closing?
- Posted by ChrisB (moderator) Dec 10, 2012
- 1805 views
Hi
I think read_lines is what you are looking for.
http://openeuphoria.org/docs/std_io.html#_1717_read_lines
If you are asking whether another program, or another part of your program has the file open already, I'm not sure if there is a way to tell.
Chris