Man Scilab

mdelete
Scilab Function

mdelete - Delete file(s)

Calling Sequence

mdelete(filename)

Parameters

Description

mdelete may be used to delete a file or a set of files if filename contains meta-charaters.

Note that mdelete does not ask for confirmation when you enter the delete command. To avoid accidentally losing files, make sure that you have accurately specified the items you want deleted.

See Also

mopen ,   mclose ,   meof ,   mfprintf ,   fprintfMat ,   mfscanf ,   fscanfMat ,   mget ,   mgetstr ,   mopen ,   mprintf ,   mput ,   mputstr ,   mscanf ,   mseek ,   mtell ,  

Back