I currently have a C# form, although I would like to find out how I can display a cycle through of all file and folders on the computer e.g.
A text box, going through all files and folders and showing them one by one, but only one one line (so not to keep all of them in memory)
A iterator could do the trick. Only the most recent results would be stored in memory.