HI..
I have an excercise where i have to Write a program that copies a text file onto another file.
Program accepts a command line:
java copy original file destination file.
program checks that both file names exist or throws an exception. It then copies the file as per command line arguments.
here is my source code so far. and would like someone to check it for me and correct me please..
The file compiles.
[ May 23, 2002: Message edited by: Dirk Schreckmann ]