标签:head pos box style rar res osi ext bsp
##
CStringList library; CFileFind file; bool result=file.FindFile("C:\\*.jpg"); while(result) { result= file.FindNextFile(); //library.AddTail(file.GetFilePath()); CString szfilename=file.GetFilePath(); //全路径 library.AddTail(szfilename); } CString name; POSITION rPos; rPos = library.GetHeadPosition(); while (rPos != NULL) { name = library.GetNext(rPos); MessageBox(name.GetBuffer(50)); }
标签:head pos box style rar res osi ext bsp
原文地址:http://www.cnblogs.com/tinaluo/p/7374930.html