home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / GENERAL.DI$ / DELETE.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  314 b   |  9 lines

  1. %DELETE    Delete a file or graphics object.
  2. %    DELETE file_name  deletes the named file from disk.
  3. %    DELETE(H) deletes the graphics object with handle H.
  4. %    If the object is a window, the window is closed and
  5. %    deleted without confirmation.
  6.  
  7. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  8. %    Built-in function.
  9.