Directory Enumerator

A significantly faster enumerator for the attributes of all the files in a directory
Download

Directory Enumerator Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Wilsone8
  • Publisher web site:
  • http://www.codeproject.com/Members/wilsone8
  • Operating Systems:
  • Windows 2K / XP / Vista / 7
  • File Size:
  • 9 KB

Directory Enumerator Tags


Directory Enumerator Description

This application was developed to be a significantly faster enumerator for the attributes of all the files in a directory.The .NET Framework's Directory class includes methods for querying the list of files in a directory. For each file, you can also then query the attributes of the file, such as the size, creation date, etc. However, when querying files on a remote PC, this can be very inefficient; a potentially expensive network round-trip is needed to retrieve each file's attributes. This article describes a much more efficient implementation that is approximately 3x faster.


Directory Enumerator Related Software