FirstClassトップページ


 ヘルプの目次
このヘルプについて このヘルプについて
 
エンドユーザ向けヘルプ エンドユーザ向けヘルプ
Client Help クライアントヘルプ
Web Help Webアクセスヘルプ
ScreenReader Help スクリーンリーダ
Form フォーム
Synchronization 同期
Definitions 用語
container コンテナ
 
管理者向けヘルプ 管理者向けヘルプ
Administration サーバの管理
Internet Services インターネットサービス
Customization Tools カスタマイズツール(英語)
Administering OTSW OTSWの管理
OTSW Custodian OTSW Custodian
Using FirstClass ED FirstClass ED(英語)
 
バナー:
 
 ServerFile.FindFirst
ホーム • Customization Tools • FCAS • Language Reference • ServerFile.FindFirst
 
Purpose
Finds a file on the FirstClass server.
This method begins at the first file in a container and moves forward until a file that matches Pattern is found or the end of the files is reached. Each time the record pointer is moved, Pattern is re-evaluated.
Syntax
ServerFile.FindFirst (Pattern [, fcRead])


Pattern
Any file name pattern, including the * and ? wildcards.
fcRead
Causes FindFirst to not load the entire file into memory. Instead, it just provides directory list data such as name.
This allows FindFirst to execute quickly instead of waiting until the entire file has loaded. For example, a file would download completely before continuing without this parameter.

Example
Dim sf as ServerFile
sf.FindFirst("*.txt", fcRead)

 

Copyright(C) 2002-2012 FC Management Co. All Rights Reserved<