mirror of
https://github.com/corda/corda.git
synced 2025-06-17 22:58:19 +00:00
quick sketches of various SWT 3.3 dependencies
This commit is contained in:
@ -86,4 +86,10 @@ public class File {
|
||||
public void createNewFile() {
|
||||
createNewFile(path);
|
||||
}
|
||||
|
||||
public static native boolean delete(String path);
|
||||
|
||||
public boolean delete() {
|
||||
return delete(path);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user