Read from a file where the content is hide

  • Thread starter Thread starter manja.zumpe
  • Start date Start date
M

manja.zumpe

Hi all,

I have a file where the content is hidden. The name of the file is
template.config. I can open the file in the command line by using
notepad template.config:hide.xml.
But I don't know how can I read this file in C#.
I will create a XmlDocument. When I use
myXml.Load("template.config:hide.xml") it comes an error.
How can I read the content from this file in C#. Please help me.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top