Hello friends,
How can I determine if a low-level file is open? I'm looking for a function which would be analgous to the USED("TableName") function for db tables.
The situtation: I am reading a low-level binary file and need a means to know if the file has been previously opened (with FOPEN) and if it now remains open. And if it is, I need to get its FileHandle (the one assigned by FP), to either close it or access it again.
TIA
wilfranz
How can I determine if a low-level file is open? I'm looking for a function which would be analgous to the USED("TableName") function for db tables.
The situtation: I am reading a low-level binary file and need a means to know if the file has been previously opened (with FOPEN) and if it now remains open. And if it is, I need to get its FileHandle (the one assigned by FP), to either close it or access it again.
TIA
wilfranz