如题??????

解决方案 »

  1.   

    PathFileExists()============================================================================
    http://www.betajin.com/alphasun/index.htm
    http://alphasun.18en.com/                       http://shakingtoolkit.9126.com/
    DocWizard C++程序文档自动生成工具 | Wave OpenGL | HttpProxy | AjaxParser词法分析
      

  2.   

    PathIsDirectory
    Verifies that a path is a valid directory. BOOL PathIsDirectory(
        LPCTSTR pszPath
        );Parameters
    pszPath 
    Address of the path to verify. 
    Return Values
    Returns TRUE if the path is a valid directory, or FALSE otherwise.