VC 遍历目录
摘要:
#include"stdafx.h" #include<windows.h> #defineFILEILTER"*.*" BOOLIsRoot(LPCTSTRlpszPath) { TCHARszRoot[4]; wsprintf(szRoot,"%c:\\",lpszPath[0]); return(lstrcmp(szRoot,lpszPath)==0); } voidFind... 阅读全文
posted @ 2009-07-12 16:23 bellgrade 阅读(1290) 评论(0) 推荐(0)
浙公网安备 33010602011771号