c/c++
파일 경로 분리
밀크빵
2012. 11. 1. 10:05
_splitpath(path,NULL,NULL,fname,ext); // path에서 파일 이름, 확장자 분리
buf.append(fname);
buf.append(ext);