

For example, for displaying the sizes of all folders of C: I have to consider all the files on the whole drive. However, I'm afraid of performance issues. My idea for the algorithm is to cumulate the sizes of all files in the specific folder. One of the features I'm planning is to detect folder sizes which is something the Explorer cannot. The aim is to display all files and folders, and to show specific information for each of them.


I have an idea for a C# program that works basically like the Windows Explorer.
