Re: sorting for recursive folder rename

2009-02-06 Thread Peter Otten
ianaré wrote: On Dec 16 2008, 7:36 pm, Rhodri James rho...@wildebst.demon.co.uk wrote: On Tue, 16 Dec 2008 18:20:52 -, ianaré ian...@gmail.com wrote: Hello all, I trying to recursivelyrenamefolders and files, and am looking for some ideas on the best way of doing this. The problem

Re: sorting for recursive folder rename

2009-02-05 Thread ianaré
On Dec 16 2008, 7:36 pm, Rhodri James rho...@wildebst.demon.co.uk wrote: On Tue, 16 Dec 2008 18:20:52 -, ianaré ian...@gmail.com wrote: Hello all, I trying to recursivelyrenamefolders and files, and am looking for some ideas on the best way of doing this. The problem is that the

sorting for recursive folder rename

2008-12-16 Thread ianaré
Hello all, I trying to recursively rename folders and files, and am looking for some ideas on the best way of doing this. The problem is that the given list of items can be in order, and one to all items may be renamed. Here is some preliminary code I have, but which does not work very well.

Re: sorting for recursive folder rename

2008-12-16 Thread MRAB
ianaré wrote: Hello all, I trying to recursively rename folders and files, and am looking for some ideas on the best way of doing this. The problem is that the given list of items can be in order, and one to all items may be renamed. Here is some preliminary code I have, but which does not work

Re: sorting for recursive folder rename

2008-12-16 Thread ianaré
On Dec 16, 2:00 pm, MRAB goo...@mrabarnett.plus.com wrote: ianaré wrote: Hello all, I trying to recursively rename folders and files, and am looking for some ideas on the best way of doing this. The problem is that the given list of items can be in order, and one to all items may be

Re: sorting for recursive folder rename

2008-12-16 Thread Rhodri James
On Tue, 16 Dec 2008 18:20:52 -, ianaré ian...@gmail.com wrote: Hello all, I trying to recursively rename folders and files, and am looking for some ideas on the best way of doing this. The problem is that the given list of items can be in order, and one to all items may be renamed. Here is