Quote Originally Posted by LuckyLuke82 View Post
Indeed. I actually have done that allready, but changed It to this dialog, mostly because of visual taste. But my app actually communicates with Windows all the way so my goal is to make same looks as possible. Beside that, FileInfo object lacks of some stuff - e.g. I couldn't figure out how to show multiple selected files/folder property.
To get the summed info on multiple files just do what Windows does, loop the selection creating a FileInfo and add up the info and then display the file count and the summed info.
For a folder, you'll want to use recursion and as you change folders just keep a running folder count along with the file count.