• <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
            <2012年7月>
            24252627282930
            1234567
            891011121314
            15161718192021
            22232425262728
            2930311234

            常用鏈接

            留言簿(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++
            爱做久久久久久| 国内精品久久久久久99蜜桃 | 久久久久亚洲av成人网人人软件| 久久综合色区| 日韩精品久久无码中文字幕| 国产V综合V亚洲欧美久久| 国产激情久久久久影院老熟女免费 | 色婷婷综合久久久久中文| 久久91精品国产91久久小草| 久久人人超碰精品CAOPOREN| 久久综合噜噜激激的五月天| 国产精品99久久久久久宅男| 久久天天躁狠狠躁夜夜avapp | 久久国产视频99电影| 亚洲αv久久久噜噜噜噜噜| 日本免费一区二区久久人人澡| 久久综合视频网站| 99久久777色| 亚洲va久久久噜噜噜久久| 久久青青国产| 国产激情久久久久影院小草| 久久久国产精品亚洲一区| 四虎影视久久久免费观看| 久久播电影网| 久久久久四虎国产精品| av午夜福利一片免费看久久| 精品久久久无码21p发布| 青青青青久久精品国产h久久精品五福影院1421 | 国产午夜精品久久久久九九电影 | 国产精品无码久久久久久| av色综合久久天堂av色综合在 | 人妻无码久久精品| 久久99国产精品成人欧美| 亚洲嫩草影院久久精品| 欧美精品一区二区精品久久| 久久香蕉国产线看观看99| 国产亚洲欧美成人久久片| 久久91亚洲人成电影网站| 欧美日韩中文字幕久久伊人| 久久久久国产精品| 成人a毛片久久免费播放|