posted 23 years ago
AFAIK there is no single method to copy a file, let alone a directory.
To copy a file, you can either use File or RandomAccessFile, copying the contents from one instance to another. For File, you can use streams. For RandomAccessFile, you can use read() and write(). I suspect RandomAccessFile may be faster, as it is lower-level.
Betty Rubble? Well, I would go with Betty... but I'd be thinking of Wilma.