Is there a way to select only the last file in a dir (with the exstenion between jpg|png|gif ?)
Or i have to parse the entire dir and check for filemtime?
|
Is there a way to select Or i have to parse the entire dir and check for |
|||
|
|
|
Yes you have to read through them all. But since directory accesses are cached, you shouldn't really worry about it.
|
|||||||||||
|
|
I don't remember having ever seen a function that would do what you ask. So, I think you will have to go through all (at least jpg/png/gif) files, and search for the last modification date of each of them.
|
|||||||||||
|
|
||||
|
|