标签: boost c++builder edit unicode-string
我有一个应用程序,它在文件系统的一部分中搜索文件。用户应该在编辑框中输入文件的名称,这样我将其值赋给UnicodeString变量。如何我把它转换为boost::filesystem::path然后呢?
UnicodeString
boost::filesystem::path
答案 0 :(得分:0)
使用w_str()的{{1}}方法检索UnicodeString
w_str()
wchar_t *