delete

March 6th, 2008 Posted in Functions

delete Delete file or graphics object.
delete file_name deletes the named file from disk. Wildcards
may be used. example, delete *.p deletes all P-files from the
current directory.

Use the functional form of DELETE, such as delete(‘file’) when the
file name is stored in a string.

delete(H) deletes the graphics object with handle H. the object
is a window, the window is closed and deleted without confirmation.
Overloaded methods
char/delete.m
scribehgobj/delete.m
scribehandle/delete.m
hgbin/delete.m
editrect/delete.m
arrowline/delete.m
serial/delete.m
activex/delete.m
rptsp/delete.m
rptgui/delete.m
rptcp/delete.m

Related posts

Leave a Reply

You must be logged in to post a comment.