CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 33

Thread: Mbr

  1. #16
    Join Date
    Jul 2010
    Posts
    15

    Re: Mbr

    ok i am waiting

    Can any tell me what step i follow to write program from retrieve files and folder?
    Last edited by calme; July 7th, 2010 at 01:49 PM.

  2. #17
    Join Date
    Jun 2007
    Location
    Aurora CO USA
    Posts
    137

    Re: Mbr

    Try this I see numerous options with source that you could use as a tutorial.

  3. #18
    Join Date
    Jul 2010
    Posts
    15

    Re: Mbr

    Thanks for reply

    Where i can find tutorial?your link only show product.

    where i got concept how to recover folder and file?Can any one give me concept?

  4. #19
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Mbr

    Quote Originally Posted by calme View Post
    Where i can find tutorial?your link only show product.

    where i got concept how to recover folder and file?Can any one give me concept?
    Are you going to develop some commertial product?
    Victor Nijegorodov

  5. #20
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,633

    Re: Mbr

    where i got concept how to recover folder and file?
    99.999% not in public forums. File system guts, especially so drastically different creatures like FAT and NTFS, is too much subtle matter to be taught from such an uncertain source. I wonder, how would it be not apparent enough?

    Sorry, there's no intention to offend or urge you to something like snarling at me back, but if I heard somebody asks questions of the kind in public forums (what gives me out a completely unprofessional approach) and then releases another "file recovery!!!" product in a half a year, I would do all my best to avoid the one.
    Best regards,
    Igor

  6. #21
    Join Date
    Jul 2010
    Posts
    15

    Re: Mbr

    Quote Originally Posted by VictorN View Post
    Are you going to develop some commertial product?
    No it's my project.

  7. #22
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Mbr

    Quote Originally Posted by calme View Post
    No it's my project.
    Hmmm...
    And what is the goal you set for you and your project (in this context)?
    Victor Nijegorodov

  8. #23
    Join Date
    Jul 2010
    Posts
    15

    Re: Mbr

    Quote Originally Posted by VictorN View Post
    Hmmm...
    And what is the goal you set for you and your project (in this context)?
    just show all deleted folder and file path name.

  9. #24
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Mbr

    Quote Originally Posted by calme View Post
    just show all deleted folder and file path name.
    Just for education?
    Victor Nijegorodov

  10. #25
    Join Date
    Jul 2010
    Posts
    15

    Re: Mbr

    Quote Originally Posted by VictorN View Post
    Just for education?
    yes i need it for educational purpose.

  11. #26
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Mbr

    Quote Originally Posted by calme View Post
    yes i need it for educational purpose.
    Then begin with learning File Allocation Table
    and NTFS
    Victor Nijegorodov

  12. #27
    Join Date
    Jul 2010
    Posts
    15

    Re: Mbr

    Quote Originally Posted by VictorN View Post
    Then begin with learning File Allocation Table
    and NTFS
    Thank for link i read this artical.I have problem to how to start write a program to show deleted folder and file path?
    Please advice every advice help and increase me.

  13. #28
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Mbr

    Where exactly do you have a problem?
    Victor Nijegorodov

  14. #29
    Join Date
    Jul 2010
    Posts
    15

    Re: Mbr

    Quote Originally Posted by VictorN View Post
    Where exactly do you have a problem?
    i need step.what's my first step to start program?

  15. #30
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Mbr

    Quote Originally Posted by calme View Post
    i need step.what's my first step to start program?
    Interesting question!
    Try with "Hello World" program!

    BTW, do you understand what you must do to implement file restore in the case of FAT system?
    Victor Nijegorodov

Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured