Re: sorting for recursive folder rename

2009-02-06 Thread Peter Otten
ianaré wrote: > On Dec 16 2008, 7:36 pm, "Rhodri James" > wrote: >> On Tue, 16 Dec 2008 18:20:52 -, ianaré 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 >> > given list

Re: sorting for recursive folder rename

2009-02-05 Thread ianaré
On Dec 16 2008, 7:36 pm, "Rhodri James" wrote: > On Tue, 16 Dec 2008 18:20:52 -, ianaré 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 > > given list of items can be in order,

Re: sorting for recursive folder rename

2008-12-16 Thread Rhodri James
On Tue, 16 Dec 2008 18:20:52 -, 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

Re: sorting for recursive folder rename

2008-12-16 Thread ianaré
On Dec 16, 2:00 pm, MRAB 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 > > renamed. Here is

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

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. self