Spew the contents of a String object out to a file.
(String str, File file)
| 2300 | * Spew the contents of a String object out to a file. |
| 2301 | */ |
| 2302 | static public void saveFile(String str, File file) throws IOException { |
| 2303 | BaseNoGui.saveFile(str, file); |
| 2304 | } |
| 2305 | |
| 2306 | |
| 2307 | /** |