RE: [Nant-users] move task

2004-01-05 Thread Jean Rajotte
] [mailto:[EMAIL PROTECTED] On Behalf Of Mark DowellSent: Monday, January 05, 2004 04:45To: '[EMAIL PROTECTED]'Subject: [Nant-users] move task I'm trying to move a whole directory and its contents to a new location and wonder if the move task can do this? After look

[Nant-users] move task

2004-01-05 Thread Mark Dowell
I'm trying to move a whole directory and its contents to a new location and wonder if the move task can do this? After looking at the task reference it seems that I can move only a file or a set of files.  Can I move a directory?   Thanks in advance   Mark

[Nant-users] move task: move all the files from a directory to another

2003-11-05 Thread KNIPPER John
Hi all, Great tool you have here... I have a problem... I'm trying to move all the files and dirs I have in one directory into another... Let's say what is in dir F:\03.Projects\Htc\Deploy\ should move to F:\03.Projects\Htc\Trash\Deploy-20031105-1826 The current code I have has two problems for

[Nant-users] move task: move all the files from a directory to another

2003-11-05 Thread KNIPPER John
Hi all, Great tool you have here... I have a problem... I'm trying to move all the files and dirs I have in one directory into another... Let's say what is in dir F:\03.Projects\Htc\Deploy\ should move to F:\03.Projects\Htc\Trash\Deploy-20031105-1826 The current code I have has two problems for

[Nant-users] move task: move all the files from a directory to another

2003-11-05 Thread KNIPPER John
Hi all, Great tool you have here... I have a problem... I'm trying to move all the files and dirs I have in one directory into another... Let's say what is in dir F:\03.Projects\Htc\Deploy\ should move to F:\03.Projects\Htc\Trash\Deploy-20031105-1826 The current code I have has two problems for