摘要: #include "stdafx.h" #include #define FILEILTER "*.*" BOOL IsRoot(LPCTSTR lpszPath) { TCHAR szRoot[4]; wsprintf(szRoot, "%c:\\", lpszPath[0]); return (lstrcmp(szRoot, lpszPath) == 0... 阅读全文
posted @ 2008-01-03 23:26 ahuo 阅读(2060) 评论(0) 推荐(0) 编辑