void file_explore(std::wstring str) { ITEMIDLIST *pIDL = ILCreateFromPath(str.c_str()); if ( NULL != pIDL ) {
確定! 回上一頁