Thread: Copying a File
View Single Post
Old 10-26-2012, 06:01 PM   PM User | #9
OldBlue
New to the CF scene

 
Join Date: Oct 2012
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
OldBlue is an unknown quantity at this point
Out of curiosity, how does one add exceptions to this? Would they be added to the copyFile method as additional catch phrases, i.e.

Code:
catch (ExceptionNameHere exec){
    exec.getMessage("message text");
}
Thanks in advance...
OldBlue is offline   Reply With Quote