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. ATL / WTL / STL
  4. RFC - Duplicate file finder features

RFC - Duplicate file finder features

Scheduled Pinned Locked Moved ATL / WTL / STL
data-structurescomcryptographytoolsquestion
1 Posts 1 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.
  • S Offline
    S Offline
    Subhobroto
    wrote on last edited by
    #1

    I made a very nice duplicate file finding utility for myself a few months ago. Now I just wanna share it with you guys (altough I am not very sure who would ever require such a tool ! Anyone ?) However, I just want to add some more features to the basic framework. The basic engine just creates a hash table of filenames which are kind of open chained using linked list of filenames which have the same MD5/SHA/etc digest (that is, are binary equal) It currently finds out any duplicate file(s) in/on your directory/drive and deletes all but the file with the most recent timestamp. That's all I wanted, but I understand that it's the least somebody who seriously wants to use such tool would want ! So please, let me know who might want it, and what feature(s) should I add to it.... Given enough takers, I might write up a nice article to go along with the source code. In the meanwhile, keep the feature requests rolling in... Regards Subhobroto Sinha http://www.geocities.com/subhobrotosinha

    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