How can I tell if a file is "open"?

Posted by Lee Hallin P12462 on February 27, 2007

I looked in the various HELP groups and did not find a function that would return the open/close status of a given file (File or Text). Is there such a function or procedure?

I have done this in the past with a global "FileIsOpen" boolean "switch" that I set in my open and close procedures. I was just wanting to do it cleaner :-)

Thanks,
Lee

Follow Ups