CGopherFileFind包括開始查找、定位一個檔案、返回檔案的URL等成員函式。
其它為Internet和本地檔案查找設計的MFC類包括CFtpFileFind和CFileFind。與CGopherFileFind一起,這些類提供了無縫機制以方便用戶查找指定檔案,而不管伺服器協定、檔案類型或地點(本地機或遠程伺服器)。注意沒有查找HTTP伺服器的MFC類,因為HTTP不支持查找所需的直接檔案操作。
注意:CGopherFileFind不支持以下基類CFileFind的成員函式:
·GetRoot
·GetFileName
·GetFilePath
·GetFileTitle
·GetFileURL
另外,與CGopherFileFind一起使用時,CFileFind成員函式IsDots為FALSE。
#include <afxinet.h>
相關詞條
-
CGopherFileFind
CGopherFileFin CGopherFileFin 與CGopherFileFin
-
CFileFind
,是CGopherFileFind和CFtpFileFind的基類;後兩類用於...:CFtpFileFind,CGopherFileFind... for CGopherFileFind and CFtpFileFind...
基本信息 構造函式 屬性判斷 具體操作 -
CGopherLocator
CGopherLocator類從Gopher伺服器獲取一個Gopher“定位器”,確定定位器的類型,並使定位器可用於CGopherFileFind。 一個套用必須在獲取伺服器信息前獲取Gopher伺服器...
-
CFtpFileFind
CGopherFileFind和CFileFind...