Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Closefile Function
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Closefile («closefile»)
          Closes the file in the active window. If no files remain in
          the window's file history, the window is also closed.
 
     Arg Closefile («arg» «closefile»)
          Closes the file named by the text at the cursor.
 
     Arg <linearg> │ <boxarg> │ <streamarg> Closefile
     («arg» <linearg> │ <boxarg> │ <streamarg> «closefile»)
          Closes the file named by the selected text.
 
     Arg <textarg> Closefile («arg» <textarg> «closefile»)
          Closes the specified file.
 
     Returns
 
     True:  The file was closed.
     False: No file was closed.
 
     See
 
     Refresh, _pwbclosefile
     File menu, Close
                                    -♦-