|
|
1.1 misha 1: ^try{
1.2 ! misha 2: ^file:copy[157.html;newdir/157.copy]
! 3: ^if(-f "newdir/157.copy"){
1.1 misha 4: ok.
1.2 ! misha 5: ^file:delete[newdir/157.copy]
1.1 misha 6: }{
7: no copy errors but target file doesn't exist.
8: }
9: }{
10: failed.
11: $exception.handled(1)
12: }