(String path)
| 195 | // directory when starting the IDE (which is not the same as the |
| 196 | // current working directory!). |
| 197 | static public File absoluteFile(String path) { |
| 198 | return BaseNoGui.absoluteFile(path); |
| 199 | } |
| 200 | |
| 201 | public Base(String[] args) throws Exception { |
| 202 | Thread deleteFilesOnShutdownThread = new Thread(DeleteFilesOnShutdown.INSTANCE); |