MATLAB Web Server Previous page   Next Page
wscleanup

Purge stale files from directory

Syntax

Description

deletecount = wscleanup(filespec,timewindow,direc) deletes all files matching 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.


Previous page  matweb wsprintjpeg Next page