I'm writing a simple application which will remove any trace that I was ever at a PC. (Not for nefarious reasons before anyone asks - I do a lot of temporary work at client sites and when I leave, I want an easy way of uninstalling all my applications and software licenses)
Coding is the easy part but what to call it... that has me stumped. Don't laugh, names are important!
I could just go with something boring like "AppCleaner" but I was hoping to find something a little more interesting. It's probably getting into the realms of philosophy but are there any words (in any language) to express the concept of "remove from existence"?
edit the original wording was "never existed" but, as pointed out in the comment, that's not quite the same thing as removing from existence which is what I'm actually after.
nullify? transitive verb 1 : to make null; especially : to make legally null and void 2 : to make of no value or consequence This is especially fitting (in my opinion) as you're writing a computer program, where "null" is (usually) an especially important reserved code word. – Ran Biron Nov 28 '11 at 19:32