reading file from pc in PDA
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
Hello fellows. i am doing a project for PDA. i want to read an xml file from pc's C drive from the code written for PDA. i am using vs.net2005 and c#. the way i am trying is as follows. FileStream fs = new FileStream(@"c:\\xmldata.xml", FileMode.Open); XmlTextReader reader = new XmlTextReader(fs); but as i delpoy.it says that file does not exist.verify the path. please help me out. its urgent Ahsan Ullah