#include <windows.h>#include <stdio.h>#include <string.h>#include <stdlib.h>char buftemp;BOOL IsRoot(char* lpszPath) { char szRoot; sprintf(szRoot,"%c:\\",lpszPath)...
阅读全文
2008
08-14