»õ ÆÄÀÏ |
| | |
| | | #pragma once |
| | | |
| | | #include "akCoreLinker.h" |
| | | |
| | | //akAdvBackupì if(PathFileExists(strFilePathName.GetBuffer()))ë±ì ë´ì©ì ì°¸ê³ í ê²!! íí[2016/2/17] |
| | | |
| | | namespace akCore |
| | | { |
| | | class AKCORE_DLLSPEC akPathFileUtil |
| | | { |
| | | public: |
| | | akPathFileUtil(void); |
| | | ~akPathFileUtil(void); |
| | | |
| | | static bool CopytoFile(char* srcfilename, char* cpyfilename); |
| | | //ìëê²½ë¡ê° '/', '\\'ë¡ ììíë©´ ìë¨(ëì¤ì ìì íëë¡ íì..API문ì ì¸ë¯) |
| | | static bool CopytoFolder(char* srcfilename, char* cpyFolder); |
| | | |
| | | //ìëê²½ë¡ê° '/', '\\'ë¡ ììíë©´ ìë¨, ìì¼ë ì¹´ë ì¬ì©ê°ë¥ |
| | | static bool RemoveFile(char* filename); |
| | | |
| | | static void CreateFolder(char* pFullPath); //ìëê²½ë¡ë ìë¨ íí[2016/2/15] |
| | | }; |
| | | } |