• <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>

            積木

            No sub title

              C++博客 :: 首頁 :: 聯(lián)系 :: 聚合  :: 管理
              140 Posts :: 1 Stories :: 11 Comments :: 0 Trackbacks

            常用鏈接

            留言簿(1)

            我參與的團隊

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

            文章轉(zhuǎn)自:http://blogger.org.cn/blog/more.asp?name=hongrui&id=28011
            windows平臺下使用vc或gcc
            函數(shù)名: access
            功  能: 確定文件的訪問權(quán)限
            用  法: 
            int access(const char *filename, int amode); 文件的話還可以檢測讀寫權(quán)限,文件夾的話則只能判斷是否存在
            #include 
            "stdafx.h"
            #include  
            <io.h>
            #include  
            <stdio.h>
            #include  
            <stdlib.h>

            void main( void )
            {
               
            /* Check for exist */
               
            if( (_access( "C:\\windows"0 )) != -1 )
               {
                  printf( 
            "windows exists " );
                 
                  
               }
            }
            其實判斷文件存在fopen就行了。
            linux下或者gcc下
            #include 
            <stdio.h>
            #include 
            <stdlib.h>

            #include 
            <dirent.h>
            #include 
            <unistd.h>
            void main( void )
            {
             DIR 
            *dir = NULL;
                 
            /* Open the given directory, if you can. */  
                dir 
            = opendir( "C:\\windows" );
                 
            if( dir != NULL ) {
                     printf( 
            "Error opening " );
                     
            return ;
                 }
            }
            opendir() 返回的 DIR 指針與 fopen() 返回的 FILE 指針類似,它是一個用于跟蹤目錄流的操作系統(tǒng)特定的對象。
            使用c
            ++標準庫
            #include 
            "stdafx.h"
            #include 
            <iostream>
            #include 
            <fstream>
            using namespace std;
            #define FILENAME  "C:\\windows"
            int main()
            {
                 fstream file;
                 file.open(FILENAME,ios::
            in);
                 
            if(!file)
                 {
                     cout
            <<FILENAME<<"存在";
                  }
                  
            else
                  {
                      cout
            <<FILENAME<<"不存在";
                  }
                  
            return 0;
            }
            gcc編譯去掉#include 
            "stdafx.h"即可
            使用Windows API PathFileExists

            #include 
            "stdafx.h"
            #include 
            <iostream>
            #include 
            <windows.h>
            #include 
            <shlwapi.h>
            #pragma   comment(lib,
            "shlwapi.lib"
            using namespace std;
            #define FILENAME  "C:\\windows"
            int main()
            {
                  
            if (::PathFileExists(FILENAME))
                   cout
            <<"exist";
                
            return 0;
            }

            注意windows.h 一定要在shlwapi.h前面定義
            使用boost的filesystem類庫的exists函數(shù):

            #include 
            <boost/filesystem/operations.hpp>
            #include 
            <boost/filesystem/path.hpp>
            #include 
            <boost/filesystem/convenience.hpp>

            int GetFilePath(std::string &strFilePath)
            {
                
            string strPath;
                
            int nRes = 0;

                
            //指定路徑

                strPath 
            = "D:\myTest\Test1\Test2";
                
            namespace fs = boost::filesystem;

                
            //路徑的可移植

                fs::path full_path( fs::initial_path() );
                full_path 
            = fs::system_complete( fs::path(strPath, fs::native ) );
                
            //判斷各級子目錄是否存在,不存在則需要創(chuàng)建

                
            if ( !fs::exists( full_path ) )
                {
                    
            // 創(chuàng)建多層子目錄

                    
            bool bRet = fs::create_directories(full_path);
                    
            if (false == bRet)
                    {
                        
            return -1;
                    }

                }
                strFilePath 
            = full_path.native_directory_string();

                
            return 0;
            }


            posted on 2014-03-23 21:27 Jacc.Kim 閱讀(3511) 評論(0)  編輯 收藏 引用
            综合久久给合久久狠狠狠97色| 精品免费tv久久久久久久| 久久人人爽人人爽人人片av高请| 狠狠综合久久AV一区二区三区| 亚洲乱码中文字幕久久孕妇黑人| 大伊人青草狠狠久久| 精品人妻伦九区久久AAA片69 | 国产免费久久久久久无码| 久久国产乱子伦精品免费午夜| 亚洲av伊人久久综合密臀性色 | 模特私拍国产精品久久| 久久99精品久久久久婷婷| 久久久国产精品| 久久免费的精品国产V∧| 亚洲欧洲精品成人久久奇米网| 久久亚洲AV成人无码国产| 91亚洲国产成人久久精品| 久久精品国产精品亚洲毛片| 久久精品国产精品亚洲人人| 久久天堂AV综合合色蜜桃网| 久久久久久噜噜精品免费直播| 久久久久久亚洲Av无码精品专口| 三级片免费观看久久| 91久久成人免费| 久久九九精品99国产精品| 一本色道久久88—综合亚洲精品| 国产午夜精品理论片久久| 久久精品国产亚洲77777| 伊人久久大香线蕉AV一区二区| 国产成人无码精品久久久久免费| 久久精品夜夜夜夜夜久久| 人妻无码精品久久亚瑟影视| 欧美日韩精品久久免费| 久久青青国产| 久久国产精品无| 久久久久婷婷| 久久影视综合亚洲| 亚洲美日韩Av中文字幕无码久久久妻妇 | 99久久国产综合精品网成人影院| 午夜天堂av天堂久久久| 亚洲午夜久久久影院伊人|