Click to See Complete Forum and Search --> : Load xml


CoolStar
July 28th, 2005, 02:45 AM
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

Benjay
July 28th, 2005, 09:35 AM
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?