Wait For File
タイムアウトまでファイルが現れるのを待機します。
ファイルWaitForFileToExist
概要
タイムアウトまでファイルが現れるのを待機します。
Wait until a file appears, up to a timeout.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| File path | file | 必須 | Path to the file. 例: C:/temp/data.txt 変数に対応 | |
| Timeout (seconds) | number | 必須 | 30 | 例: 30 変数に対応 |