I have recently build chromium to use in my own c++ application. I managed open Urls such as http:://stackoverflow.com/ or file:///C:/index.html
What i want to do is open html files in the same folder as chromium.exe.
calling something like this: file:://index.html
I could get application path within c++ using system specific calls. but that would be troublesome since all the non-ASCII characters and different encodings.
i hope i made it clear enough.
thank you.
consider this issue resolved. it was my stupidity, not enough escape characters.