2019. 9. 18. 16:26


const int MAX_PATH(260);

char szPath[MAX_PATH];

GetCurrentDirectory(MAX_PATH, szPath);