Subfolder Problems

You found an error in the program ? Report it here
Post Reply
Guest

Subfolder Problems

Post by Guest »

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.
antp
Site Admin
Posts: 9668
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

That's a known bug: when C.C changes, the path of its subfolders is no more valid :/ I really should correct that.
A solution is to reverse the sort order, so the subfolders are renamed first.
Post Reply