locked
i have not system.io.File ! RRS feed

  • Question

  • hi

    i add using System.IO

    but when i type dot after IO  file not show File.WriteAllLines 

    (windows store c#)

    why i haveny it?

    is any thing replace it?

    my code is :

    List<string> myList = new List<string>(); myList.Add(TextBox.Text);

    string path = "D:\\Temp\\MyFile.txt";
    File.WriteAllLines(path, myList);


    Amir Ameri

    Thursday, December 11, 2014 5:04 PM

Answers

All replies