more working on multiple files

This commit is contained in:
benfry
2004-06-20 20:56:31 +00:00
parent 427cb4918a
commit 2e9a5f4dba
6 changed files with 34 additions and 17 deletions

View File

@@ -73,6 +73,9 @@ public class PdeCode {
//history.record(s, PdeHistory.SAVE);
try {
System.out.println("saving to " + file);
System.out.println("stuff to save: " + program);
System.out.println("-------");
PdeBase.saveFile(program, file);
} catch (Exception e) {