- Oct 30, 2000
- 14,665
- 440
- 126
I'm writing an export function for some code I have but I'm a bit stumped on this. I'm trying to copy a directory, or at least the entire contents including sub directories from one location to another. I already got the full paths from location A to location B using JFileChooser. The next part is now copying stuff over. The problem is I can only find a way to do this one file at a time. then again, I could be having a brain fart and not thinking about this the right way.
Anyone have an idea?
Anyone have an idea?