string pdf_file = Path.GetFileName("E:/New Folder (5)/new/pdf/Jackson_James.pdf");
string attribute_pdf= Convert.ToString(File.GetAttributes("E:/New Folder (5)/new/pdf/Jackson_James.pdf"));
TextBox2.Text=attribute_pdf;
TextBox3.Text =Convert.ToString(File.GetCreationTime("E:/New Folder (5)/new/pdf/Jackson_James.pdf"));
TextBox1.Text=pdf_file;
// XmlTextWriter pdf_write = new XmlTextWriter("E:/New Folder (5)/new/XMLFile.xml", null);
//pdf_write.WriteStartDocument();
//pdf_write.WriteStartElement(pdf_file);
//pdf_write.WriteEndDocument();
writing to xml file from physical file locationwriting data to xml file from phyical file location
Page 1 of 1
1 Replies - 1051 Views - Last Post: 28 August 2009 - 01:02 PM
#1
writing to xml file from physical file location
Posted 28 August 2009 - 12:59 PM
Replies To: writing to xml file from physical file location
#2
Re: writing to xml file from physical file location
Posted 28 August 2009 - 01:02 PM
And what exactly is the problem? Are there any debugging errors or you don't know how to build the writing method?
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|