c++ - Open file relative to chromium.exe -
i have build chromium use in own c++ application. managed open urls such http:://stackoverflow.com/ or file:///c:/index.html
what want open html files in same folder chromium.exe. calling this: file:://index.html
i application path within c++ using system specific calls. troublesome since non-ascii characters , different encodings.
i hope made clear enough.
thank you.
consider issue resolved. stupidity, not enough escape characters.
Comments
Post a Comment