Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Recover deleted files!!!

Recover deleted files!!!

Scheduled Pinned Locked Moved C#
helpcsharptutorial
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    muteb
    wrote on last edited by
    #1

    Hey guys :) I'm looking for open source code project in c# that will help me to understand how to recover deleted files in windows xp. I would be appreciative if anyone posts any hint related to my problem. Many thanks

    D 1 Reply Last reply
    0
    • M muteb

      Hey guys :) I'm looking for open source code project in c# that will help me to understand how to recover deleted files in windows xp. I would be appreciative if anyone posts any hint related to my problem. Many thanks

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      That depends on what you mean by "deleted". Are you talking about files that are in the Recycle Bin or are you talking about files taht have been really deleted and don't show up in the file system nor the Recycle Bin?

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008
      But no longer in 2009...

      M 1 Reply Last reply
      0
      • D Dave Kreskowiak

        That depends on what you mean by "deleted". Are you talking about files that are in the Recycle Bin or are you talking about files taht have been really deleted and don't show up in the file system nor the Recycle Bin?

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008
        But no longer in 2009...

        M Offline
        M Offline
        muteb
        wrote on last edited by
        #3

        I'm talking about files that have been deleted from the entire system and they don't exist in the Recycle bin any more.

        D 1 Reply Last reply
        0
        • M muteb

          I'm talking about files that have been deleted from the entire system and they don't exist in the Recycle bin any more.

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          Then I hope you have a very good knowledge of NTFS and it's data structures on disk. You're going to need it. A simple Google for "ntfs recover deleted files c#[^]" comes up with a ton of hits. Also, "ntfs data structure[^]" reveals a bunch of useful information.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007, 2008
          But no longer in 2009...

          J 1 Reply Last reply
          0
          • D Dave Kreskowiak

            Then I hope you have a very good knowledge of NTFS and it's data structures on disk. You're going to need it. A simple Google for "ntfs recover deleted files c#[^]" comes up with a ton of hits. Also, "ntfs data structure[^]" reveals a bunch of useful information.

            A guide to posting questions on CodeProject[^]
            Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                 2006, 2007, 2008
            But no longer in 2009...

            J Offline
            J Offline
            Jason Ingram
            wrote on last edited by
            #5

            Dave Kreskowiak wrote:

            Then I hope you have a very good knowledge of NTFS and it's data structures on disk. You're going to need it

            Isn't that the whole point of the original question? I.e. to get help on how to do it in C#... :thumbsdown:

            D 1 Reply Last reply
            0
            • J Jason Ingram

              Dave Kreskowiak wrote:

              Then I hope you have a very good knowledge of NTFS and it's data structures on disk. You're going to need it

              Isn't that the whole point of the original question? I.e. to get help on how to do it in C#... :thumbsdown:

              D Offline
              D Offline
              Dave Kreskowiak
              wrote on last edited by
              #6

              Well, if you completed reading the post, you would have seen the links to Google results for examples. There is no way you can explain all of the ins and outs of NTFS, how to read and interpret MFTs, search for and recover the "lost" chains, and put them back into the tables as a coherent file, all in a couple of forum posts. I gave him exactly what he asked for - hints. If you want to try and explain all that without writing a small book, be my guest. All you have to do is reply to the OP.

              A guide to posting questions on CodeProject[^]
              Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                   2006, 2007, 2008
              But no longer in 2009...

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups