You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by etienne studer <Et...@canoo.com> on 2002/08/14 08:20:26 UTC

recursive folder renaming

Does anyone know an elegant way how to do a recursive folder renaming for a
specified folder name - without having to write an extension?
e.g. recursively find all 'foo' folders in c:\ and rename them to 'temp':

  c:\xxx
      yyy
        foo
  c:\foo
      aaa
  c:\mmm
      foo
        nnn

becomes

  c:\xxx
      yyy
        temp
  c:\temp
      aaa
  c:\mmm
      temp
        nnn

thanks in advance, etienne




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>