+ How To Add This Control To Your Project (Click to Expand)
This control will display the list of files which are currently open for reading by script file methods. This will not display files which are being written too. The files for writing are not actually opened, because the data is appended to the file and the file position is not necessary. Files are only open when specified to open for read. If a file is opened for reading, It's a good idea to close it before writing to it. If you do not close the file, it will be automatically closed when a new project is loaded.
Files listed in this control are open for reading. You must close a file manually after reading from it using the FileReadClose() method. If you do not close a file and attempt to write to it, you may receive a LOCKED In Use Elsewhere error. Use this control to diagnose file issues and errors when read/writing.
Files listed in this control are open for reading. You must close a file manually after reading from it using the FileReadClose() method. If you do not close a file and attempt to write to it, you may receive a LOCKED In Use Elsewhere error. Use this control to diagnose file issues and errors when read/writing.