On Fri, 2004-02-20 at 17:35, YC Nyon wrote:
> Hi,
>
> I want to delete files than are older than 1 week from a specific directory.
> Anyone mind to share their code? Can't anything on phpbuilder on this.
>
> Regards
> Nyon
I have a bash script that I use:
#! /bin/bash
# call as: ./delete_old.s
Hi
Here's a little function I made up for this:
$time_limit){
unlink($file);
}
}
}
closedir($df);
}
}
delete_old_files('.');
?>
Hope that's what you need.
Eric
"Yc Nyon" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I want to delete files than are o
>I want to delete files than are older than 1 week from a specific
>directory. Anyone mind to share their code? Can't anything on phpbuilder
>on this.
If you're running PHP under unix:
http://marc.theaimsgroup.com/?l=php-general&m=106002263306528&w=2
--
Hi,
I want to delete files than are older than 1 week from a specific directory.
Anyone mind to share their code? Can't anything on phpbuilder on this.
Regards
Nyon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
4 matches
Mail list logo