public void widgetSelected(final SelectionEvent e) {
if(txtFilename.getText() != null) {
Utils.startCursor(schedulerConfigurationShell);
try {
FTPProfile profile = listener.getCurrProfile();
profile.removeFile(txtFilename.getText());
HashMap h = profile.changeDirectory(txtDir.getText());
fillTable(h);
} catch (Exception r) {
try {
new ErrorLog("error in " + sos.util.SOSClassUtil.getMethodName(), r);