0 Members and 1 Guest are viewing this topic.
An undeleter written in Axe that can undelete all variable types except groups. It does some pretty wacky things, such as abusing the files feature and doing shifty things with the VAT. It's far larger than my assembly undeleter, but this is exactly what you need if you need to undelete a picvar, list, string, or something else that isn't a program or appvar.
Undelete means like restoring deleted files? I didn't know this was possible on-calcs, I thought the files just disappeared forever.
Quote from: ephan on July 24, 2011, 09:54:18 amUndelete means like restoring deleted files? I didn't know this was possible on-calcs, I thought the files just disappeared forever.All files continue to exist until you garbage collect, so retrieving old versions of files is possible.
Quote from: JosJuice on July 24, 2011, 09:56:32 amQuote from: ephan on July 24, 2011, 09:54:18 amUndelete means like restoring deleted files? I didn't know this was possible on-calcs, I thought the files just disappeared forever.All files continue to exist until you garbage collect, so retrieving old versions of files is possible. Is it like on Windows: when we delete a file, it only tells the OS the space that file used is now free and it doesn't really delete it. So there are some programs to get files that were deleted?
Quote from: ephan on July 24, 2011, 09:57:49 amQuote from: JosJuice on July 24, 2011, 09:56:32 amQuote from: ephan on July 24, 2011, 09:54:18 amUndelete means like restoring deleted files? I didn't know this was possible on-calcs, I thought the files just disappeared forever.All files continue to exist until you garbage collect, so retrieving old versions of files is possible. Is it like on Windows: when we delete a file, it only tells the OS the space that file used is now free and it doesn't really delete it. So there are some programs to get files that were deleted?Yes, that's kinda how it works - but Windows might garbage collect some files without you noticing.
An undeleter written in Axe that can undelete all variable types except groups.
Can I undelete an appvar ? I accidentally deleted an Axe back-up file -_-'
But this is exactly what you need if you need to undelete a picvar, list, string, or something else that isn't a program or appvar.