共用方式為


CGopherFileFind 類別

在網際網路上 Gopher 伺服器檔案搜尋的協助。

注意事項注意事項

類別 CGopherConnectionCGopherFileCGopherFileFindCGopherLocator 及其成員已被取代,因為它們已經在 Windows XP 平台上不能運作,但是,會繼續在舊版平台運作。

class CGopherFileFind : public CFileFind

Members

13ak66wk.collapse_all(zh-tw,VS.110).gif公用建構函式

名稱

描述

CGopherFileFind::CGopherFileFind

建構 CGopherFileFind 物件。

13ak66wk.collapse_all(zh-tw,VS.110).gif公用方法

名稱

描述

CGopherFileFind::FindFile

尋找 Gopher 伺服器的檔案。

CGopherFileFind::FindNextFile

繼續在前一個呼叫的檔案搜尋到 FindFile

CGopherFileFind::GetCreationTime

取得指定之檔案的建立時間。

CGopherFileFind::GetLastAccessTime

取得指定檔案上次存取時間。

CGopherFileFind::GetLastWriteTime

取得指定檔案上次被寫入的時間。

CGopherFileFind::GetLength

從找到的位置取得檔案的長度,以位元組為單位)。

CGopherFileFind::GetLocator

取得 CGopherLocator 物件。

CGopherFileFind::GetScreenName

取得 Gopher 螢幕的名稱。

CGopherFileFind::IsDots

目前目錄和父目錄標記的測試,在逐一查看檔案時。

備註

CGopherFileFind 包括開始搜尋,尋找檔案,並傳回檔案的 URL 的成員函式。

用於網際網路和本機檔案設計的其他 MFC 類別中搜尋包含 CFtpFileFindCFileFind。 使用 CGopherFileFind以外,這些類別提供一個緊密的機制來尋找特定檔案,不論伺服器通訊協定、檔案類型或位置 (本機電腦或遠端伺服器)。請注意不要搜尋的 MFC 類別在 HTTP 伺服器,因為不支援 HTTP 查詢所需的直接檔案作業。

注意事項注意事項

CGopherFileFind 不受支援的基底類別 CFileFind的下列成員函式:

此外,在中,當搭配 CGopherFileFindCFileFind 成員函式 IsDots 一定是

如需如何使用 CGopherFileFind 和其他 WinInet 類別的詳細資訊,請參閱本文 Office 方案中使用 WinInet 的網際網路

繼承階層架構

CObject

CFileFind

CGopherFileFind

需求

Header: afxinet.h

請參閱

參考

CFileFind 類別

階層架構圖

CFtpFileFind 類別

CFileFind 類別

CInternetFile 類別

CGopherFile 類別

CHttpFile 類別