Because the "open" or "closed" state of a file is determined by filehandles, not by what other processes or procedures are doing with the file. A file is always unopened until your code opens it for access.
Because the "open" or "closed" state of a file is determined by filehandles, not by what other processes or procedures are doing with the file. A file is always unopened until your code opens it for access.
Bookmarks