How can I store data text into string or array in windows store using C#? I tried this method but it did not work:
string[] phparay ={@"F:\Designe- Video\projects\Phpgonehelp\Phpgonehelp\PHPCODE\Php1.txt"};
I thought this would execute any data from text file, but unfortunately it just prints the text path.