I am looking for a php function or class that does this:
Given a folder (directory), it finds & replaces all occurrences of a SPECIFIC file name in all the bottom level folders of a tree structure.
In the case I am presently working with there are normally 4 or 5 levels deep of subdirectories under the highest level.
Does something like this exist?
Or do I have to program it from scratch?
Thanks