Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to create a file recovery program
QtWS25 Last Chance

How to create a file recovery program

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 937 Views
  • 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.
  • W Offline
    W Offline
    walter-j
    wrote on last edited by
    #1

    hello Friends,

    I want to create a small utility: a file recovery utility with Qt.

    Someone can share with me please idea about how to do it with Qt?

    Thank you,

    josephat

    Josephat Kabitshwa

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Do you mean a software that tries to "undelete" files ? Tries to restore them after a potential disk failure or format ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • W Offline
        W Offline
        walter-j
        wrote on last edited by
        #3

        yes. you understood me very well.

        Please how can I do it with Qt.

        Thank you

        Josephat

        Josephat Kabitshwa

        1 Reply Last reply
        0
        • W Offline
          W Offline
          walter-j
          wrote on last edited by
          #4

          yes. you understood me very well.

          Please how can I do it with Qt.

          Thank you

          Josephat

          Josephat Kabitshwa

          Josephat Kabitshwa

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Well for the lower-level access to the file systems themselves, there's nothing in Qt for that, it's way of the scope of the framework.

            I'd recommend rather taking a look at the existing tools and maybe build a GUI on top of them. Bit manipulation at the filesystem level is not something you want to do without a very solid background on filesystems, virtual filesystems, device drivers, computer forensics etc.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            3

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved