How to display the files in a specific folder?

I'm trying to make a little disk cleaner program and I couldn't figure out how to display the results of scanned directory on list view tool on windows form application. I have a 3 columns and these are File Name, Folder Path and File Size. I want the program to scan for example this location: C:\Users\Emre\AppData\Local\CrashDumps and display all of the files in that location on the list view tool. How could i do this? And how do display the file size and file location on the next 2 colomns and these other two colomns are sub items.

Thank you!
I'm making te program using .net windows form application and would this code work on it, it seems like console application code
This has nothing to do with console and works in any WinAPI program.

However .NET probably has a separate way to do it. I can't help you with that.
This is not the forum for .Net questions, even C++/CLI related ones. Almost nobody here knows that strange variation of the C++ language. Post @ the MSDN forums instead.
Topic archived. No new replies allowed.