// 전체 경로에서 파일명을 제거한 경로 추출   
CString filepath_only;
UINT nIndex = 0, nLength = 0;

nLength = filename.GetLength();
nIndex = filepath.Find( filename, 0 );
filepath_only = filepath;
filepath_only.Delete( nIndex , nLength )
 
2006/05/13 23:23 2006/05/13 23:23

글 걸기 주소 : 이 글에는 트랙백을 보낼 수 없습니다

덧글을 달아 주세요