I added a tree of directories and I wanted to replace any spaces with a period. The problem is it only performed the operation on the top level directories and not their subfolders.
| - A.A
| - B.B
| - C.C
| - - CA CA
| - - CB CB
| - D.D
I hope that example explains what I mean.