home *** CD-ROM | disk | FTP | other *** search
- if ( !OpenFiles() )
- return 1;
- try
- {
- if ( Doit() )
- {
- if ( Binary )
- WriteOutputB();
- else
- WriteOutputA();
- }
- }
- except( HandleException( GetExceptionCode(),
- (GetExceptionInformation())->ExceptionRecord) )
- {
- Aborted = TRUE;
- }