try { cons = jdk12DeleteFileAction.class.getConstructor(new Class[] { File.class}); } catch (Throwable e) { } try { this.file = file; } catch (Throwable e) { }
try { if (file != null) { if (file.delete()) return TRUE; else return FALSE; } else { return FALSE; } } catch (Throwable e) { return null; }