1
Good morning everyone, I would like a help from the staff, I need to deliver a project on PHP and I find myself stuck in a certain part of it, I need to recursively list all the directories that are inside the "D:\".
Example:
D:\diretorio01\backup001\
D:\diretorio02\backup002\
\backup003\
D:\diretorio03\backup004\
And after listing the directories, I need to locate within them all the files .Bak.
It is possible to create this structure?
Thanks in advance for the support of all involved.
Search on
RecursiveDirectoryIterator
– Woss