What is the fastest way for a .Net program to index all images on a users’ computer?
Using Open Source .Net Libs and native .Net classes.
In a way good for XP sp3 ,…, Windows 7
-
Fastest – Same pc configuration, different time (seconds)
-
.Net program – better C#
-
To index – get a list of absolute links (like c://bla-bla/file ) and save them into file (index.txt)
-
All images (like JPEGs, PNGs, BMPs)
Can you use Lucene .NET? http://incubator.apache.org/lucene.net/