objVFS4Target.setTarget();
objVFS4Target.Options(objOptions);
}
ISOSVirtualFile objSourceFile = objDataSourceClient.getFileHandle(strSourceFileName);
if (objSourceFile.notExists() == true) {
throw new JobSchedulerException(".. file '" + strSourceFileName + "' does not exist ");
}
/**
* hier nicht verwenden, weil es zu sp�t kommt.
*/