file moving problem
Posted: Fri Nov 14, 2008 12:48 am
I have a folder named convert_requests.
This is the problem i have..I want to run a php that will look for all the files in the folder convert_requests.
If the difference between creation time of file and the present time is more than 7 days, i want to move the file to another folder.
i have seen the function filemtime but it shows only the last modified time not the creation time.
Can someone help me with this?
Thanks in advance
This is the problem i have..I want to run a php that will look for all the files in the folder convert_requests.
If the difference between creation time of file and the present time is more than 7 days, i want to move the file to another folder.
i have seen the function filemtime but it shows only the last modified time not the creation time.
Can someone help me with this?
Thanks in advance