| MATLAB Web Server | ![]() |
Syntax
deletecount = wscleanup(filespec,timewindow,direc) deletecount = wscleanup(filespec,timewindow)
Description
deletes all files matching deletecount = wscleanup(filespec,timewindow,direc)
filespec in the directory direc that are older than the number of hours specified in timewindow. deletecount is the number of files actually deleted.
deletecount = wscleanup(filespec,timewindow)
deletes all files matching filespec in the current default directory that are older than the number of hours specified in timewindow. deletecount is the number of files actually deleted.
| matweb | wsprintjpeg | ![]() |