dlgeneratecleaner(destinationdir)
dlgeneratecleaner(destinationdir, files)
| Parameter | Description |
|---|---|
| destinationdir | a string: destination directory where is generated the cleaner.m file. |
| files | a string or a cell of string: list of files to delete. |
dlgeneratecleaner generates a 'cleaner.m' to remove files.
dlgeneratecleaner(tempdir());
text = fileread([tempdir(), 'cleaner.m'])
| Version | Description |
|---|---|
| 1.0.0 | initial version |