How can I see what file handles are pointed at a given file. I am having a problem where I open, read, and close a certain file. Then another part of the script tries to open that same file, but can't. I suspect something is holding it open. Another file handle perhaps, but I have not been able to track it down.
Thanks, Ryan