Thanks for reading this.
I am trying to display the name of all .txt files WITH OUT the extention, in the same folder as the .exe file(this program), into a multi line text box.
I am using .net 2.0.
Thank You !!!
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jul 21, 2013, 2:40 PM
using System.IO;
// ...
thiago costaPosted Jul 21, 2013, 2:46 PM
THANKS !!!!!!!!!!!!
Now, would it be possible for me to display the Value of LINE 3 of the .txt file, next to it's name?
:D Thanks again