final String sSep = oDbb.getProperty("fileprotocol","file://").startsWith("file:") ? File.separator : "/";
String sSourceDir = oDbb.getPropertyPath("workareasput") + getString(DB.gu_workarea) + sSep + "apps" + sSep + "Hipermail" + sSep + "html" + sSep + Gadgets.leftPad(String.valueOf(getInt(DB.pg_mailing)), '0', 5);
try {
FileSystem oFs = new FileSystem();
oFs.rmdir(oDbb.getProperty("fileprotocol","file://")+sSourceDir);
} catch (Exception xcpt) {
if (DebugFile.trace) {
DebugFile.decIdent();
DebugFile.writeln(xcpt.getClass().getName()+" "+xcpt.getMessage());
}