Identical to savePath(), but returns a File object.
(String where)
| 7261 | * Identical to savePath(), but returns a File object. |
| 7262 | */ |
| 7263 | public File saveFile(String where) { |
| 7264 | return new File(savePath(where)); |
| 7265 | } |
| 7266 | |
| 7267 | |
| 7268 | static File desktopFolder; |
no test coverage detected