摘要:
#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
阅读(2066)
评论(0)
推荐(0)
浙公网安备 33010602011771号