remove.old.files {AnalysisPageServer} | R Documentation |
Remove old files from a directory
remove.old.files(tmpdir, tmpdir.timeout.seconds)
tmpdir |
Path to directory whose old files you want to delete |
tmpdir.timeout.seconds |
Time in seconds. An attempt will be made to delete files with ctimes older than this many seconds before the current time. |
Remove old files from a directory
see unlink
Brad Friedman