home *** CD-ROM | disk | FTP | other *** search
- Utility: OpenFiles
- Filetype: M/C Utility (source code provided)
- Size: 0.4K
- Author: Andrew Bower
- Version: 12 Oct 1994
-
- ==Purpose:===================================================================
- Displays the file handles and file names of all currently open, as well as
- the open access type for each file. Also allows any file to be closed. Very
- useful in your library if you get “Too many discs” or something — especially
- with image filing systems such as DOSFS which can cause trouble — you choose
- which files do not need to be open. Also useful when programs crash having
- opened ‘Printer:’ etc..
-
- ==Instructions:==============================================================
- Each line of the display shows the file handle, the open access and the file
- name. By ‘open access ’ I mean open for writing, reading…
- W – Write only
- R – Read only
- WR – Read/write
- * – Buffered data not saved
- Press return to quit or type the file handle of a file to close.
-
- ==Licence:===================================================================
- I retain the copyright for this utility.
- It may distributed freely provided that the author’s name and copyright is
- preserved. Any user modifications which are distributed must be annotated in
- REM statements after the author’s copyright notice on the source code, and as
- text appended to the object code.
-
- ==The author:================================================================
- I may be contacted at the following address:
- 60 Barcheston Road, Knowle, Solihull, West Midlands, B93 9JT.
-
- A.J.Bower, 18 June 1995.