Finding a set of file names quickly on NTFS volumes, ideally via its MFT
问题 I am in the middle of writing a tool that finds lost files of an iTunes library, for both Mac and Windows. On the Mac, I can quickly find files by naming using the wonderful "CatalogSearch" function. On Windows, however, there seems to be no OS API for searching by file name (or is there?). After some googling, I learned that there are tools (like TFind , Everything ) that read the NTFS directory directly and scan it to find files by name. I would like to do the same, but without having to