• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            隨筆 - 132  文章 - 51  trackbacks - 0
            <2014年3月>
            2324252627281
            2345678
            9101112131415
            16171819202122
            23242526272829
            303112345

            常用鏈接

            留言簿(7)

            隨筆分類

            隨筆檔案

            文章分類

            文章檔案

            cocos2d-x

            OGRE

            OPenGL

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

            C/C++判斷一個文件是否存在
            1.
            bool isExistFile(const char *pszFileName){
                FILE 
            *fp = fopen(pszFileName, "rb");
                
            if(fp == NULL)
                    
            return false;
                fclose(fp);
                
            return true;
            }

            bool isExistFile(const char *pszFileName){
                    fstream file;
                    file.open(pszFileName,ios::
            in);
                    
            if(!file)
                        
            return false;

                    
            return true;
                }

            2.利用 c 語言的庫的辦法:

            函數名: access

            // crt_access.c
            #include  <io.h>
            #include  
            <stdio.h>
            #include  
            <stdlib.h>

            int main( void )
            {
               
            /* Check for existence */
               
            if( (_access( "crt_ACCESS.C"0 )) != -1 )
               
            {
                  printf( 
            "File crt_ACCESS.C exists\n" );
                  
            /* Check for write permission */
                  
            /* assume file is read-only */
                  
            if( (_access( "crt_ACCESS.C"2 )) == -1 )
                     printf( 
            "File crt_ACCESS.C does not have write permission\n" );
               }

            }

            3.用FindFirstFile


            #include <windows.h>
            #include 
            <string> 
            #include 
            <vector>
            using namespace std; 

            // 核查目錄,若目錄不存在,創建目錄
            bool FindOrCreateDirectory( const char* pszPath )
            {
                WIN32_FIND_DATA fd;
                HANDLE hFind 
            = ::FindFirstFile( pszPath, &fd );
                
            while( hFind != INVALID_HANDLE_VALUE )
                
            {
                    
            if ( fd.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY )
                        
            return true;
                }


                
            if ( !::CreateDirectory( pszPath, NULL ) )
                
            {
                    
            char szDir[MAX_PATH];
                    sprintf_s( szDir, 
            sizeof(szDir), "創建目錄[%s]失敗,請檢查權限", pszPath );
                    ::MessageBox( NULL, szDir, 
            "創建目錄失敗", MB_OK|MB_ICONERROR );
                    
            return false;
                }


                
            return true;
            }


            // 遍歷目錄
            bool CheckDirectory( char* pszPath )
            {
                vector
            < std::string > vtPath;

                
            const char* sep = "\\/";
                
            char* next_token;
                
            char* token =  strtok_s( pszPath, sep, &next_token);
                
            while( token != NULL )
                
            {
                    vtPath.push_back( token );
                    token 
            = strtok_s(NULL, sep, &next_token);
                }


                
            if ( vtPath.size() > 0 )
                
            {
                    
            if ( vtPath[0== "." )
                        vtPath.erase( vtPath.begin() );
                }


                
            // 核查所有路徑是否存在
                std::string strCurPath;
                
            for( size_t i = 0; i  < (int)vtPath.size(); ++i )
                
            {
                    strCurPath 
            += vtPath[i];
                    strCurPath 
            += '\\';

                    
            if ( !FindOrCreateDirectory( strCurPath.c_str() ) )
                    
            {
                        
            return false;
                    }

                }


                
            return true;
            }



            int main() 

                
            char szPath[MAX_PATH] = "./main\\test\\hello/jump\\test\\";
                CheckDirectory( szPath );
                

                system(
            "pause");
                
            return 0
            }
             
            posted on 2012-03-24 15:12 風輕云淡 閱讀(11054) 評論(0)  編輯 收藏 引用 所屬分類: C++
            国内精品伊人久久久久妇| 国产三级观看久久| 奇米影视7777久久精品人人爽| 2021国产精品午夜久久| 亚洲精品无码久久久影院相关影片 | 久久精品一本到99热免费| 久久精品国产亚洲沈樵| 色婷婷综合久久久久中文字幕| 亚洲乱码精品久久久久..| 国产99久久久国产精品~~牛| 成人久久免费网站| 国产精品天天影视久久综合网| 久久青青国产| 国内精品伊人久久久久网站| 久久综合狠狠综合久久 | 亚洲va久久久噜噜噜久久狠狠| 精品无码人妻久久久久久| 亚洲AV无码1区2区久久| 久久午夜无码鲁丝片秋霞 | 97久久久久人妻精品专区 | 精品久久久久久久无码 | 国产精品久久久久久久人人看| 中文字幕亚洲综合久久| 精品久久久噜噜噜久久久| 波多野结衣久久一区二区| 久久九九免费高清视频| 大蕉久久伊人中文字幕| 亚洲AV乱码久久精品蜜桃| 免费精品久久天干天干| 伊人 久久 精品| 欧美一级久久久久久久大| 久久人人爽人爽人人爽av | 久久www免费人成看片| 久久精品成人欧美大片 | 精品无码久久久久久午夜| 色诱久久久久综合网ywww| 久久影院综合精品| 青青青青久久精品国产h| 久久久久久久尹人综合网亚洲 | 91性高湖久久久久| 国产成人精品久久综合|