I am trying to display directory paths as I cycle through a recursive process of sub directories into a label for visual confirmation to the user. The process works fine but the whole process seems to freeze the form until it walks through all the directories. The only directory that displays is the last one it processes. I tried refreshing the label but that does not work.