출처 : http://jogook21.tistory.com/entry/CFile-Class
CFile::modeRead 읽기모드
CFile::modeWrite 쓰기모드
CFile::modeCreate | CFILE::modeWrite 파일 생성후 쓰기
CFile::modeNoTruncate 파일 존재시 생성하지 않음
CFile::modeReadWrite 읽고 쓰기모드
CFile::typeBinary 바이너리타입
CFile::typeText 텍스트타입
CFile::modeCreate | CFile::modeReadWrite 기존파일 삭제 후 생성
CFile::modeReadWrite | CFile::modeNotruncate 기존파일 보존 후 읽고 쓰기
멤버함수 | 의미 |
CFile() Abort() Duplicate() Open() Close() Read() Write() Flush() Seek() SeekToBegin() SeekToEnd() GetLength() SetLength() LockRange() UnlockRange() GetPosition() GetStatus() GetFileName() GetFileTitle() GetFilePath() SetFilePath() Rename() Remove() GetStatus() SetStatus() |
|
출처: http://jogook21.tistory.com/entry/CFile-Class [배상영블로그]
'Programming > MFC' 카테고리의 다른 글
MFC 프로젝트 속성 > 구성 속성 (0) | 2017.07.03 |
---|---|
런타임 라이브러리 (Run-time Libraries) (0) | 2017.07.03 |
C2664 : CString Format 에러 대처법 (0) | 2017.06.27 |
충격 AfxGetMainWnd() 함수 (0) | 2016.11.21 |
error C2661: 'pcl::PointCloud<PointT>::operator new' : no overloaded function takes 3 arguments (0) | 2016.11.17 |