「ファイルの有無を検出」アクテビティについてです。※現在ナレッジ準備中です
目次
1.アクティビティのプログラム名
RCA.Activities.FTP.FileExists
2.説明
Studio バージョン 2.0.3.0~
クイックアクセス: FTP>ファイルの有無を検出
This activity allows you to check whether the file has been existed in FTP server or not.
このアクティビティでは、FTPサーバーにファイルが存在しているかどうかを確認することができます。
3.プロパティ
プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。
Exists ・・・ Variable contains the checking result (yes/no)
RemotePath ・・・ The path of the file on FTP server which you want to check
ContinueOnError ・・・ Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values.
DisplayName ・・・ The display name of this activity. You can edit the name of the activity to organize and structure your code better.
4.使い方
準備中