Or just check the [E] box before you rename with Search & Replace, as you already knowkwanbis wrote: that said, I can use another program to rename when this happens.

Moderators: Hacker, petermad, Stefan2, white
Or just check the [E] box before you rename with Search & Replace, as you already knowkwanbis wrote: that said, I can use another program to rename when this happens.
You might be surprised ... 56K of those folder on my system (53K in c:\windows).
Code: Select all
PS T:\> dir new* | % { "$_ has extension $($_.Extension) " }
T:\New folder.2 has extension .2
T:\New.Folder.1 has extension .1
T:\new file.2 has extension .2
T:\new.file.1 has extension .1
PS T:\>