如何在C ++ Builder UnicodeString和boost字符串之间进行转换?

时间:2010-12-15 10:38:20

标签: boost c++builder edit unicode-string

我有一个应用程序,它在文件系统的一部分中搜索文件。用户应该在编辑框中输入文件的名称,这样我将其值赋给UnicodeString变量。如何我把它转换为boost::filesystem::path然后呢?

1 个答案:

答案 0 :(得分:0)

使用w_str()的{​​{1}}方法检索UnicodeString

wchar_t *
相关问题