Function lal::clean [] [src]

pub fn clean(cachedir: &str, days: i64) -> LalResult<()>

Clean old artifacts in cache directory

This does the equivalent of find CACHEDIR -mindepth 3 -maxdepth 3 -type d With the correct mtime flags, then -exec deletes these folders.