Avatar of Richard Korts
Richard Korts
Flag for United States of America

asked on 

Directory Structure file search & replace

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
PHP

Avatar of undefined
Last Comment
Ray Paseur

8/22/2022 - Mon