"com.sun.star.ucb.SimpleFileAccess");
fAcc = (XSimpleFileAccess) UnoRuntime.queryInterface(
XSimpleFileAccess.class, oFAcc);
if (fAcc.exists(aURL.Complete)) {
fAcc.kill(aURL.Complete);
}
} catch (com.sun.star.uno.Exception e) {
log.println("Error accessing file system :");
e.printStackTrace(log);
throw new StatusException("Error accessing file system.", e);