Identical to savePath(), but returns a File object.
(String where)
| 603 | * Identical to savePath(), but returns a File object. |
| 604 | */ |
| 605 | public File saveFile(String where) { |
| 606 | return new File(savePath(where)); |
| 607 | } |
| 608 | |
| 609 | /** |
| 610 | * Similar to createInput() (formerly openStream), this creates a Java |
no test coverage detected