반응형
실행파일 경로 받아오기
TCHAR strFilePath[256];
GetModuleFileName(NULL, strFilePath, sizeof(strFilePath)); -실행파일 경로및 확장자포함
PathRemoveFileSpec(strFilePath); - 파일 경로에서 파일명과 확장자만 제거
참조: https://docs.microsoft.com/ko-kr/windows/win32/api/pathcch/nf-pathcch-pathcchremovefilespec?redirectedfrom=MSDN
반응형
'C++' 카테고리의 다른 글
How to MFC ListControl Header Size Auto Setting (0) | 2020.06.02 |
---|---|
CString Path 경로 가져오기 (0) | 2020.06.02 |
CString Function Example Sample (0) | 2020.06.02 |
std::stringstream std::getline (0) | 2020.06.02 |
Using struct access[] (0) | 2020.06.02 |