I am working on a Windows C++ App, where I get a URI similar to file:///C:/test 1/file.foo
. Now I want to e.g. open that URI with ifstream
.
Is there any C/C++ API available on Windows to convert such a path?
My Google Foo seems to be weak today.