Serialization
Ok, im implementing Serializable from java.io.* and its working fine. My problem is relating to re-testing my use case. At the minute, when i want to run my use case using a new file input and output stream, I have to go and physically delete the data files that ive created by coming out of eclipse and into finder (running on a mac but same as explorer on pc) and im finding this quite tedious when i have to do it a number of times.
Is there a nifty piece of code or perhaps a better way to delete the data files? Perhaps something I can put into my use case that I can comment out & in again as per necessary (is this normal)? Very new to file handling by the way, hope that makes sense.
Thanks

