Click to See Complete Forum and Search --> : How to copy a directory


Lars Lindström
January 22nd, 1999, 09:43 AM
Hi


Is there a easy way, in Java, to copy a complete file directory structure??


/regards

/lars

MarkFSanderson
May 5th, 1999, 03:56 PM
Easy no. Fun, yes! Write a recursive function(s) that will traverse the directory structure and do a copy on each file to the target directory. Shouldn't be too hard . . .