...
> Any ideas how I can do this.
My guess would be that Java (or the OS) will
not allow us to rename a directory to the name
of an existing directory.
Post runnable code and I might check further.
--
Andrew T.
PhySci.org
On Fri, 14 Mar 2008 10:55:19 -0700 (PDT), mike
<mikaelpetterson@hotmail.com> wrote, quoted or indirectly quoted
someone who said :
>I am trying to move a directory ( and it's contents to a new
>directory). I have tried the following:
You can't rename a directory to move it to a different drive. You
must have permissions on it to rename it.
To move it to a different drive, you have to create a new dir, copy
the files over, and then delete the original files and directory.
If you want help from others, simplify your code to use hard coded
strings or at least do println of each of your files so people can
what the net result of your calls is.

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com