Learn R Programming

AnalysisPageServer (version 1.6.2)

remove.old.files: remove.old.files

Description

Remove old files from a directory

Usage

remove.old.files(tmpdir, tmpdir.timeout.seconds)

Arguments

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.

Value

see unlink

Details

Remove old files from a directory