qc.hlp (Table of Contents; Topic list)
rmtmp
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The rmtmp function is used to clean up all temporary files in the
     current directory. It removes only those files created by tmpfile.
     This function should be used only in the same directory in which
     the temporary files were created.
 
     Return Value
 
     The rmtmp function returns the number of temporary files closed
     and deleted.
                                    -♦-