27:2ba799d294bc | 28:208adc847377 |
---|---|
18 | 18 |
19 // Closes this OpenFile. The object is deleted in the process. | 19 // Closes this OpenFile. The object is deleted in the process. |
20 void close (); | 20 void close (); |
21 | 21 |
22 // Saves this file to disk. | 22 // Saves this file to disk. |
23 void save (str zPath = ""); | 23 bool save (str zPath = ""); |
24 }; | 24 }; |
25 | 25 |
26 // Close all current loaded files and start off blank. | 26 // Close all current loaded files and start off blank. |
27 void newFile (); | 27 void newFile (); |
28 | 28 |