in reply to Re: renaming subdirectories on MS Windows
in thread renaming subdirectories on MS Windows

No matter what language you are using, cache the names first, then troll through the list you’ve built.

But you can't do this with Perl. Perl can't read Unicode file names on Windows.

In general, Perl can't be used to work with folders and files on a Windows files system, even just to read their names, at least not simply and reliably.

  • Comment on Re^2: renaming subdirectories on MS Windows