> My problem could be with the data files (seems by overnight testing
> that there is a LabVIEW memory leak somewhere, and since my vi is so
> large, it will be very difficult to pinpoint). So thank you for the
> flush advice. I will see what it will do.
Each time you open a file from a path, you get a unique refnum, so the
answer is no, you cannot go from a path to the original refnum. The key
is to make each section of code close its own resources, so the file
code currently leaving the file open, should close it at the appropriate
time.
Greg McKaskle