if( SHGetFolderPath( 0,CSIDL_INTERNET_CACHE,SHGFP_TYPE_CURRENT,0,sPath) == S_OK ) { MessageBox.Show (sPath); } //TODO: 过滤空字符 return sPath;
確定! 回上一頁