hi all.
i want to create a txt file in MAC.
it is possible to create a txt file in MAC using the following command ?
sr = new StreamWriter(“/tmp/test.txt”);
sr.Write(“Test”);
sr.Close();
and also can any one tell me. where we can find the test.txt file in mac
Thanks in advance