파일 함수 썸네일형 리스트형 [MFC] File Operations Source /** \file FileOperations.h Project: FopDemo\n Project type: MFC App\n Author: Vinnichenko Alexey\n E-mail: subj@mail.ru\n Description: Declaration of CFileOperation class and CFileExeption class. */ #include "resource.h" #define PATH_ERROR -1 #define PATH_NOT_FOUND 0 #define PATH_IS_FILE 1 #define PATH_IS_FOLDER 2 class CFExeption { public: CFExeption(DWORD dwErrCode); CFExeption(CString sErrTex.. 더보기 이전 1 다음