I can do this task in a normal form application but i am brand new to working with WPF applications.
I want to enter a directory path in a TextBox
, then click a Button
which validates and recursively searches that path, and displays all the files in a ListBox
.
I have already looked at this article but i don't understand it fully because again, i'm very new to this.
Any help would be appreciated.