and SetCurrentDirectory? Thanks. Code: DWORD cchCurDir = MAX_PATH; char szCurDir[MAX_PATH]; GetCurrentDirectory(cchCurDir, szCurDir); ...
確定! 回上一頁