string filename = @"C:\Wiimote Graph Points\" + textBox1.Text + " " + "xyz.txt";
but it can't..i already use File.Open(filen ame)..
it has an Error 1 No overload for method 'Open' takes '1' arguments..i dnt know why..
but it can't..i already use File.Open(filen ame)..
it has an Error 1 No overload for method 'Open' takes '1' arguments..i dnt know why..
Comment