smatter
smatter

Reputation: 29178

File Indexer Implementation

My .NET application needs to access specific file types without searching the entire system. So, I would like to implement a file indexer so that I can access the list of files of a particular type easily. Which is the most optimal way to save the file details for faster searching based on file types.

Is there any free library available for indexing.

Upvotes: 1

Views: 323

Answers (1)

Related Questions