MATLAB Web Server
  Go to function:
    Search    Help Desk 
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 | Help Desk | Next ]