How do I use a list of filenames to find a folder on my hard drive, that contains most matches of these filenames?
Posted
by
Web Master
on Super User
See other posts from Super User
or by Web Master
Published on 2014-06-01T20:53:28Z
Indexed on
2014/06/01
21:37 UTC
Read the original article
Hit count: 154
I need a program that will use a list of file names to find a folder on my hard drive that contains the most of these filenames.
Long story short I made a giant map. This map was live and got ruined. New map data files have been generated, and previous map data files have been altered. What does this mean? This means file sizes have been changed, and there will be new files that have never been in the backup folder. Some files map files could also have been generated in other projects. So there could be filenames on my computer not associated with this due to the way the files are named when created. So If I take an indidual file for example "r.-1.-1.mca" This file could show up on my hard drive 10 times.
Anyway, the goal is to take 100 map files, turn them into a list, and then search the hard drive and find the folder that has the highest count of matching map file names.
Can anyone figure out a way to do this?
I am thinking about manually searching for every single file.
© Super User or respective owner