Wednesday 6 May 2009

WRITING SOFTWARE - FlashWRITER update

I just completed the auto save code for FlashWRITER.  The current autosave scenario is that the program over writes the current file (assuming it has already been saved at least once) at a user selectable duration. In addition, the program saves another copy of the latest file in an autosave directory. This extra copy will then get over written when the next file is loaded and eventually autosaved.

I'm happy to consider other alternatives if anyone has a better idea.

2 comments:

  1. I don't like the idea of over writing saved files. I'm a fan of an incremental version number so if you end up over editing, you can always go back. I think an automation of this, or a save as function is safer.

    ReplyDelete