How can I convert a Unicode path to a c string?

Posted by metafex on Stack Overflow See other posts from Stack Overflow or by metafex
Published on 2010-06-01T17:11:16Z Indexed on 2010/06/01 17:13 UTC
Read the original article Hit count: 122

Filed under:
|

How can i convert from a Unicode path name (LPWSTR) to the ASCII equivalent? The library that gets called understands only c strings.

© Stack Overflow or respective owner

Related posts about c

    Related posts about winapi