Re: [NAnt-users] Renaming Folders

2006-06-30 Thread Nau, Michael
@lists.sourceforge.net Subject: [NAnt-users] Renaming Folders Hello, What is the best way to rename a folder using NANT? I see a copy task, but not a rename task. Am I missing something? I also see a move task. Is there a way to use this task to rename a folder? It will have a large number of files in it so

[NAnt-users] Renaming Folders

2006-06-29 Thread SBunce
Hello, What is the best way to rename a folder using NANT? I see a copy task, but not a rename task.  Am I missing something? I also see a move task.  Is there a way to use this task to rename a folder?  It will have a large number of files in it so I don't want to copy them if at all possible.