Re: Code to Undelete files in NTFS
From: MikeD (nobody_at_nowhere.edu)
Date: 10/16/04
- Next message: Bala: "Re: installation problem"
- Previous message: Randy Birch: "Re: Collate Print Icon"
- In reply to: Amit: "Code to Undelete files in NTFS"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 15 Oct 2004 23:59:39 -0400
"Amit" <Amit@discussions.microsoft.com> wrote in message
news:BBA58FAD-1DA3-4C18-88CD-8F8C6DFF57BC@microsoft.com...
> Hello,
> I want to develop a small utility to undelete files/ folders from a NTFS
> Partition to learn the NTFS basics. Please guide me
>
> how i can do it in VB6.
>
> I have developed a small utility to undelete files from a FAT partition.
But
> Getting problems with the NTFS partioton.
I would think even doing this for a FAT partition would be no trivial task
in VB (if possible at all, but apparently it is).
Undeleting a file requires very low-level disk functions.....something which
VB doesn't have. Even C++ is limitted in this capability. You pretty much
have to use Assembler. I'd be interested to know how you even managed this
with FAT partitions using VB (I'm betting a "helper" DLL is involved).
Also, it would help us to help you if you mentioned what problems you're
encountering. Just telling us that you're "getting problems" doesn't provide
any useful information.
And just to be certain, you're not talking about "undeleting" a file that's
only been sent to the Recycle Bin, are you?
Mike
- Next message: Bala: "Re: installation problem"
- Previous message: Randy Birch: "Re: Collate Print Icon"
- In reply to: Amit: "Code to Undelete files in NTFS"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|