guyz i need help on something....what code should i use if i want to get information from a .txt external file...like i have a notepad file and i want to get all words with a length of 4 in C#
any help would be appreciated
guyz i need help on something....what code should i use if i want to get information from a .txt external file...like i have a notepad file and i want to get all words with a length of 4 in C#
any help would be appreciated
try daw ni bro
Process.Start("file.txt");
if not enough visit daw ni basin maka tabang ni. C# Process.Start Command-Line Examples
search for file handling in C#...its all over the net..
i ended up using this
System.IO.StreamReader file =
new System.IO.StreamReader("date.txt");
tnx for pointing me on the right direction guyz ^.^
Similar Threads |
|