H
handlim
I am trying to make some program with XML in class library by C#.
I read XML file in my program by using oXmlDoc.Load(xmlfilename);
But, It occured error... It read from C:\windows\system32,,, But my
XML file is in same directory with my program.
So, I know I have to use relative path....
Who knows how to get relative path in class library?
Is there anyone who know this solution...
Please,,,Help me,,,,
I will appreciate....
I read XML file in my program by using oXmlDoc.Load(xmlfilename);
But, It occured error... It read from C:\windows\system32,,, But my
XML file is in same directory with my program.
So, I know I have to use relative path....
Who knows how to get relative path in class library?
Is there anyone who know this solution...
Please,,,Help me,,,,
I will appreciate....