What is fastest way for a .Net program to index all images on a user's computer?

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-06-07T19:56:14Z Indexed on 2010/06/07 20:02 UTC
Read the original article Hit count: 295

Filed under:
|
|
|
|

What is fastest way for .Net programm to index all images on users computer?

  • fastest - same pc configuration, diferent time (seconds)

  • .Net programm - beter C#

  • to index - get a list of absolute links (like c://bla-bla/file ) and save tham into file (index.txt)

  • all images (like JPEGs, PNGs, BMPs)

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET