From MSDN. A possible implementation to parse the contents could be; wchar_t* str = ofn.lpstrFile; std::wstring directory = str; str += ( directory.length() ...
確定! 回上一頁