|
-
July 28th, 2005, 02:45 AM
#1
Load xml
Hi all,
I am want to xml which is the same directory as that my applicatin.
If I want to load the xml file using relative path. If i use load it using
current dirctory relative path (.\\sample.xml ) using load API. But if I am
trying to load it via parent directory(.\\sample.xml) it is not able to load the
same xml (Offcourse I am using typecasting to path to bstr before loading)
Please procure me solution of same.
Thanks in advance
Yogesh Khullar
-
July 28th, 2005, 09:35 AM
#2
Re: Load xml
I assume it's a typo, but to load using your parent directory, you should be using the string "..\\sample.xml" in C/C++.
What API are you using?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|