remove.old.files {AnalysisPageServer}R Documentation

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.

Details

Remove old files from a directory

Value

see unlink

Author(s)

Brad Friedman


[Package AnalysisPageServer version 1.18.0 Index]