more working on multiple files

This commit is contained in:
benfry
2004-06-20 20:56:31 +00:00
parent 6b3f7b82df
commit 27736e99b4
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) {