I'm trying to load text files that is in my demo folder. here is what I have and its not working.
When I open my form it comes up with no name, I just want to load all txt files in that folder demo. Do I need the
I just want to open all text files in Demo folder.
thanks
Code:
Text1.Text = App.Path & "\" & ".txt"
Code:
Text1.Text
thanks