The Little Guy Posted March 10, 2008 Share Posted March 10, 2008 There is a function filemtime, which checks the last modification of a file/directory, but if a file in the directory has been changed or a file has been added the modification time of the directory doesn't change. is there a function that can check a directory to see when the last file was added? basically I want to check to see if any files in the directory have been added within the last hour. Link to comment https://forums.phpfreaks.com/topic/95468-solved-directory-modification-time/ Share on other sites More sharing options...
The Little Guy Posted March 10, 2008 Author Share Posted March 10, 2008 Wait... I explained wrong, and tested wrong... filemtime does work with what I want. SOLVED Link to comment https://forums.phpfreaks.com/topic/95468-solved-directory-modification-time/#findComment-488695 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.