CString strOSDirectory; GetSystemDirectory(strOSDirectory.GetBuffer(1),MAX_PATH); strOSDirectory.ReleaseBuffer(-1); AfxMessageBox(strOSDirectory);