본문 바로가기

공부/컴퓨터

[MFC] 바탕화면 경로 얻어 오기

반응형
TCHAR Path[MAX_PATH];

SHGetSpecialFolderPath(NULL, Path, CSIDL_DESKTOP, FALSE);
반응형