Guest_imported
New member
- Jan 1, 1970
- 0
Hi Folks
How do I check if a file is older than 1 (or x minutes) minute.
If it is I want to remove it.
Like this:
if ('myfile' 'diffrent' than $min)
{
unlink("myfile.txt"
;
}
Thanks
/Fredrik
How do I check if a file is older than 1 (or x minutes) minute.
If it is I want to remove it.
Like this:
if ('myfile' 'diffrent' than $min)
{
unlink("myfile.txt"
}
Thanks
/Fredrik