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.
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.